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
commit7d14343634aa0cc8b3990f806d1d3c9ed214e140 (patch)
tree7c9f2516a73c997de6087fbcdfe69dd595c8e486 /config
parent087de8e3c547c2732dc8bb5cfa49012cfbf0bfce (diff)
downloadchat-7d14343634aa0cc8b3990f806d1d3c9ed214e140.tar.gz
chat-7d14343634aa0cc8b3990f806d1d3c9ed214e140.tar.bz2
chat-7d14343634aa0cc8b3990f806d1d3c9ed214e140.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": {
},