Files
Shadowsocks-For-WHMCS/Server/shadowsocks/Config.py
2016-05-27 11:18:25 +08:00

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