rename API_HOST
This commit is contained in:
parent
6932548d8e
commit
4d43e12139
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ MYSQL_DB = 'shadowsocks'
|
||||||
MYSQL_UPDATE_TIME = 60
|
MYSQL_UPDATE_TIME = 60
|
||||||
|
|
||||||
# API
|
# API
|
||||||
API_URL = 'breakwa11.org'
|
API_HOST = 'breakwa11.org'
|
||||||
API_PORT = 80
|
API_PORT = 80
|
||||||
API_PATH = '/mu/v2/'
|
API_PATH = '/mu/v2/'
|
||||||
API_TOKEN = 'abcdef'
|
API_TOKEN = 'abcdef'
|
||||||
|
|
Loading…
Add table
Reference in a new issue