diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a937fbf..7878f47 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,9 +1,7 @@ - - - + @@ -549,7 +547,14 @@ \ No newline at end of file diff --git a/config/base_setting.py b/config/base_setting.py index 11e055b..e936b42 100644 --- a/config/base_setting.py +++ b/config/base_setting.py @@ -43,7 +43,8 @@ UPLOAD = { } APP = { - 'domain':'http://127.0.0.1:8999' + # 'domain':'http://127.0.0.1:8999' + 'domain':'106.52.204.179:8999' }