diff options
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..befb1d1 --- /dev/null +++ b/config.yml @@ -0,0 +1,14 @@ +BotSelfConfig: + host: "127.0.0.1" + port: 8080 + debug: true + superusers: ["1234567890"] + nickname: ["ATRI", "Atri", "atri", "亚托莉", "アトリ"] + command_start: ["", "/"] + command_sep: ["."] + session_expire_timeout: 3 + session_exciting_time: 3 + +HttpPost: + host: "127.0.0.1" + port: 8081
\ No newline at end of file |