diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9c29248..e1982ae 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,51 +2,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/config/production_setting.py b/config/production_setting.py index 7c68785..58e4856 100644 --- a/config/production_setting.py +++ b/config/production_setting.py @@ -1 +1,12 @@ -# -*- coding: utf-8 -*- \ No newline at end of file +# -*- coding: utf-8 -*- +DEBUG = True +SQLALCHEMY_ECHO = True +SQLALCHEMY_DATABASE_URI = 'mysql://username:password@127.0.0.1/food_db?charset=utf8mb4' +SQLALCHEMY_TRACK_MODIFICATIONS = False +SQLALCHEMY_ENCODING = "utf8mb4" + +APP = { + 'domain':'106.52.204.179' +} + +RELEASE_VERSION="20180729001" \ No newline at end of file