diff options
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 |
commit | c9bd02cea56d5c7b13133e6a09dbfd830cf3a79b (patch) | |
tree | af4db83edddf837c7c498e56ad12a9ccd6ee2237 | |
parent | e9306fb917890e23325969901f61f509dad86899 (diff) | |
download | chat-c9bd02cea56d5c7b13133e6a09dbfd830cf3a79b.tar.gz chat-c9bd02cea56d5c7b13133e6a09dbfd830cf3a79b.tar.bz2 chat-c9bd02cea56d5c7b13133e6a09dbfd830cf3a79b.zip |
changing port back
-rw-r--r-- | config/config.json | 2 |
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": { }, |