summaryrefslogtreecommitdiffstats
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
commit69c5adcad887e26ec4b0639180bed7f6fa27edca (patch)
tree6a9a0eac244c669b46aece7772ede27db909c8ec
parent51454ddeb42a779e48c82409facb0a093f1138f6 (diff)
downloadchat-69c5adcad887e26ec4b0639180bed7f6fa27edca.tar.gz
chat-69c5adcad887e26ec4b0639180bed7f6fa27edca.tar.bz2
chat-69c5adcad887e26ec4b0639180bed7f6fa27edca.zip
changing port back
-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": {
},