mysql SSL connect

mujson_mgr add obfs & protocol mapping
This commit is contained in:
BreakWa11 2016-07-19 15:26:17 +08:00
parent 8e73f50ff5
commit 3fd0fbf1d0
3 changed files with 54 additions and 8 deletions

View file

@ -15,6 +15,11 @@ MYSQL_PASS = 'ss'
MYSQL_DB = 'shadowsocks'
MYSQL_UPDATE_TIME = 60
MYSQL_SSL_ENABLE = 0
MYSQL_SSL_CA = ''
MYSQL_SSL_CERT = ''
MYSQL_SSL_KEY = ''
# API
API_HOST = '127.0.0.1'
API_PORT = 80