Files
order/config/base_setting.py
2019-07-17 16:36:59 +08:00

4 lines
80 B
Python

# -*- coding: utf-8 -*-
SERVER_PORT = 8999
DEBUG = False
SQLALCHEMY_ECHO = False