From 308e871958dc9de955b33153839f307b03d678b4 Mon Sep 17 00:00:00 2001 From: Tony Zou Date: Thu, 3 Oct 2019 13:25:17 +0800 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 49a4dbc..5e09e69 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,23 @@ Download from [release page](). Replace GOOS GOARCH with your server architecture. +## config.yaml + +``` +debug: true +redis: + host: localhost:6379 + db: 0 + password: '' +crisp: + identifier: 049sk12f-8349-8274-9d91-f21jv91kafa7 + key: 078f2106a5d89179gkqn38e5e82e3c7j30ajfkelqnvd874fb2378573499ff505 +telegram: + key: +admins: + - 93847124 +``` + ## License This project is licensed under the MIT License.