diff options
-rw-r--r-- | mgr/mgr/pub/config/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/mgr/pub/config/config.py b/mgr/mgr/pub/config/config.py index fc4ff11..eff591f 100644 --- a/mgr/mgr/pub/config/config.py +++ b/mgr/mgr/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' |