mysql SSL connect
mujson_mgr add obfs & protocol mapping
This commit is contained in:
parent
8e73f50ff5
commit
3fd0fbf1d0
3 changed files with 54 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue