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
commitc9bd02cea56d5c7b13133e6a09dbfd830cf3a79b (patch)
treeaf4db83edddf837c7c498e56ad12a9ccd6ee2237 /config
parente9306fb917890e23325969901f61f509dad86899 (diff)
downloadchat-c9bd02cea56d5c7b13133e6a09dbfd830cf3a79b.tar.gz
chat-c9bd02cea56d5c7b13133e6a09dbfd830cf3a79b.tar.bz2
chat-c9bd02cea56d5c7b13133e6a09dbfd830cf3a79b.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": {
},