13 lines
264 B
Python
Executable File
13 lines
264 B
Python
Executable File
#Config
|
|
MYSQL_HOST = ''
|
|
MYSQL_PORT = 3306
|
|
MYSQL_USER = ''
|
|
MYSQL_PASS = ''
|
|
MYSQL_DB = ''
|
|
|
|
MANAGE_PASS = '123456'
|
|
#if you want manage in other server you should set this value to global ip
|
|
MANAGE_BIND_IP = '127.0.0.1'
|
|
#make sure this port is idle
|
|
MANAGE_PORT = 8888
|