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.
26 lines
588 B
26 lines
588 B
# Config
|
|
TRANSFER_MUL = 1.0
|
|
NODE_ID = 1
|
|
API_INTERFACE = 'sspanelv2' #mudbjson, sspanelv2, sspanelv3, sspanelv3ssr, muapiv2(not support)
|
|
|
|
# Mysql
|
|
MYSQL_HOST = '127.0.0.1'
|
|
MYSQL_PORT = 3306
|
|
MYSQL_USER = 'ss'
|
|
MYSQL_PASS = 'ss'
|
|
MYSQL_DB = 'shadowsocks'
|
|
MYSQL_UPDATE_TIME = 60
|
|
|
|
# API
|
|
API_HOST = '127.0.0.1'
|
|
API_PORT = 80
|
|
API_PATH = '/mu/v2/'
|
|
API_TOKEN = 'abcdef'
|
|
API_UPDATE_TIME = 60
|
|
|
|
# Manager (ignore this)
|
|
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
|
|
|