summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-06-16 22:54:56 -0800
committer=Corey Hulen <corey@hulen.com>2015-06-16 22:54:56 -0800
commitc2f6e6a10d6f252c23176d05e4a253f53b48b493 (patch)
tree08e134d3c8997871ff26d2c97321c4411281c8c7 /config
parent60b98340ac897edb987bf685654510709274b494 (diff)
downloadchat-c2f6e6a10d6f252c23176d05e4a253f53b48b493.tar.gz
chat-c2f6e6a10d6f252c23176d05e4a253f53b48b493.tar.bz2
chat-c2f6e6a10d6f252c23176d05e4a253f53b48b493.zip
changing port back
Diffstat (limited to 'config')
-rw-r--r--config/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json
index 5bd66e8be..80431c9de 100644
--- a/config/config.json
+++ b/config/config.json
@@ -13,7 +13,7 @@
"Mode" : "prod",
"AllowTesting" : false,
"UseSSL": false,
- "Port": "80",
+ "Port": "8065",
"Version": "developer",
"Shards": {
},