You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
551 B
27 lines
551 B
9 years ago
|
# Config
|
||
|
TRANSFER_MUL = 1.0
|
||
9 years ago
|
NODE_ID = 1
|
||
|
API_INTERFACE = 'sspanelv2' #sspanelv2, muapiv2
|
||
9 years ago
|
|
||
|
# Mysql
|
||
10 years ago
|
MYSQL_HOST = 'mdss.mengsky.net'
|
||
|
MYSQL_PORT = 3306
|
||
|
MYSQL_USER = 'ss'
|
||
|
MYSQL_PASS = 'ss'
|
||
|
MYSQL_DB = 'shadowsocks'
|
||
9 years ago
|
MYSQL_UPDATE_TIME = 60
|
||
10 years ago
|
|
||
9 years ago
|
# API
|
||
9 years ago
|
API_HOST = 'breakwa11.moe'
|
||
9 years ago
|
API_PORT = 80
|
||
|
API_PATH = '/mu/v2/'
|
||
|
API_TOKEN = 'abcdef'
|
||
|
API_UPDATE_TIME = 60
|
||
|
|
||
|
# Manager (ignore this)
|
||
10 years ago
|
MANAGE_PASS = 'ss233333333'
|
||
|
#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 = 23333
|