4 lines
80 B
Python
4 lines
80 B
Python
# -*- coding: utf-8 -*-
|
|
SERVER_PORT = 8999
|
|
DEBUG = False
|
|
SQLALCHEMY_ECHO = False |