From 6ee4eb3184861891969a254e0494566687507055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=B4=E5=A8=83=E9=85=B1?= Date: Sun, 21 Aug 2016 23:13:00 +0800 Subject: [PATCH] set default node id to 0 and default db to "sspanel" --- mysql.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql.json b/mysql.json index 3eb3bda..1849e9e 100644 --- a/mysql.json +++ b/mysql.json @@ -3,8 +3,8 @@ "port": 3306, "user": "ss", "password": "pass", - "db": "shadowsocks", - "node_id": 1, + "db": "sspanel", + "node_id": 0, "transfer_mul": 1.0, "ssl_enable": 0, "ssl_ca": "",