diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c0b6ba4..70c86f0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,9 +1,7 @@ - - - + - - - - - - - - - @@ -30,11 +19,14 @@ - + - - + + + + + @@ -42,17 +34,22 @@ - - + + + + + + + - - + + @@ -146,7 +143,6 @@ @@ -228,6 +225,11 @@ + + + + + @@ -486,7 +488,14 @@ @@ -541,9 +550,6 @@ - - - @@ -771,13 +777,6 @@ - - - - - - - @@ -798,13 +797,6 @@ - - - - - - - @@ -814,8 +806,28 @@ - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/production_setting.py b/config/production_setting.py index e2ccfb3..14b36e6 100644 --- a/config/production_setting.py +++ b/config/production_setting.py @@ -6,7 +6,7 @@ SQLALCHEMY_TRACK_MODIFICATIONS = False SQLALCHEMY_ENCODING = "utf8mb4" APP = { - 'domain':'172.16.0.11' + 'domain':'https://food.88855php.cn' } RELEASE_VERSION="20180729001" \ No newline at end of file