mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
changing port name to PORT
This commit is contained in:
parent
9cc5520f74
commit
249d16e068
@ -11,7 +11,7 @@ export class ConfigClass{
|
||||
ConfigLoader.init(this,__dirname+'./../../config.json');
|
||||
}
|
||||
|
||||
public port:number = 80;
|
||||
public PORT:number = 80;
|
||||
|
||||
public thumbnailSizes:Array<number> = [200];
|
||||
public imagesFolder:string = "/demo/images";
|
||||
|
Loading…
x
Reference in New Issue
Block a user