From ec367a0af9e5b127bb7a0d8c71d95b630aa83d95 Mon Sep 17 00:00:00 2001 From: iyear Date: Wed, 8 Apr 2020 17:37:56 +0800 Subject: [PATCH] Update --- config.yml.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.yml.example b/config.yml.example index e69de29..3f2d7cf 100644 --- a/config.yml.example +++ b/config.yml.example @@ -0,0 +1,13 @@ +bot_token: xxx +#socks5: 127.0.0.1:1080 +bindmax: 3 +admin: 555,666,777 +notice: "aaa\nbbb" +cron: "1 */3 * * *" +#docker部署默认无需修改mysql配置 +mysql: + host: mysql + port: 3306 + user: root + password: root + database: e5sub \ No newline at end of file