diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/res/pub/config/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res/pub/config/config.py b/res/res/pub/config/config.py index 597b857..e5c554a 100644 --- a/res/res/pub/config/config.py +++ b/res/res/pub/config/config.py @@ -15,7 +15,7 @@ import os # [MSB] MSB_SERVICE_IP = '127.0.0.1' -MSB_SERVICE_PORT = '10080' +MSB_SERVICE_PORT = '80' # [REDIS] REDIS_HOST = '127.0.0.1' |