updaaated for local
This commit is contained in:
@@ -9,7 +9,7 @@ def load_config(mode=os.environ.get('MODE')):
|
||||
return ApplicationConfig
|
||||
|
||||
elif mode == 'LOCAL':
|
||||
from settings_dev import ApplicationConfig
|
||||
from settings_local import ApplicationConfig
|
||||
return ApplicationConfig
|
||||
|
||||
elif mode == 'DEVELOPMENT':
|
||||
|
||||
@@ -24,5 +24,7 @@ class ApplicationConfig:
|
||||
"http://192.168.1.204:9613",
|
||||
"http://192.168.1.204:9614",
|
||||
"http://192.168.1.204:9612",
|
||||
"http://192.168.1.204:9616",
|
||||
"http://192.168.1.204:9611",
|
||||
"http://192.168.1.204:9511",
|
||||
]
|
||||
Reference in New Issue
Block a user