From bfd3e46c60fb09f926db61dfeb00a820e9536e85 Mon Sep 17 00:00:00 2001 From: frju365 Date: Tue, 26 Sep 2017 21:33:09 +0200 Subject: [PATCH] [Fix] __PORT__ --- conf/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.js b/conf/config.js index 00e98c5..57cab27 100644 --- a/conf/config.js +++ b/conf/config.js @@ -1,7 +1,7 @@ { "host": "127.0.0.1", - "port": 7777, + "port": __PORT__, "keyLength": 10,