Frist Version
This commit is contained in:
12
Server/shadowsocks/Config.py
Executable file
12
Server/shadowsocks/Config.py
Executable file
@@ -0,0 +1,12 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user