Files
order/config/production_setting.py
2019-08-15 15:04:08 +08:00

12 lines
278 B
Python

# -*- coding: utf-8 -*-
DEBUG = True
SQLALCHEMY_ECHO = True
SQLALCHEMY_DATABASE_URI = 'mysql://root:123456@127.0.0.1/food_db'
SQLALCHEMY_TRACK_MODIFICATIONS = False
SQLALCHEMY_ENCODING = "utf8mb4"
APP = {
'domain':'https://food.88855php.cn'
}
RELEASE_VERSION="20180729001"