From 249d16e0681e7e6e8be391291cf936331b3444fb Mon Sep 17 00:00:00 2001 From: Braun Patrik Date: Sun, 1 May 2016 10:46:21 +0200 Subject: [PATCH] changing port name to PORT --- backend/config/Config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config/Config.ts b/backend/config/Config.ts index 3a4e15d0..dc24793d 100644 --- a/backend/config/Config.ts +++ b/backend/config/Config.ts @@ -11,7 +11,7 @@ export class ConfigClass{ ConfigLoader.init(this,__dirname+'./../../config.json'); } - public port:number = 80; + public PORT:number = 80; public thumbnailSizes:Array = [200]; public imagesFolder:string = "/demo/images";