From 74d7484a0ad618d1418f861aeacb645e32c4b6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E8=90=BD=E5=87=8B=E6=AE=87?= <1782832653@qq.com> Date: Tue, 15 Dec 2020 01:10:54 +0800 Subject: [PATCH] Update config.yml.example --- config.yml.example | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/config.yml.example b/config.yml.example index 89ce461..22e705e 100644 --- a/config.yml.example +++ b/config.yml.example @@ -1,9 +1,8 @@ -bot_token: xxx -#socks5: 127.0.0.1:1080 -bindmax: 3 -admin: 555,666,777 +bot_token: YOUR_BOT_TOKEN +socks5: 127.0.0.1:1080 +notice: "first line\nsecond line" +admin: 66666,77777,88888 errlimit: 5 -notice: "aaa\nbbb" cron: "1 */3 * * *" -#以下是SQLite数据库名称 -dbfile: "e5sub.db" \ No newline at end of file +bindmax: 3 +dbfile: "e5sub.db"