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"