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