Skip to content

Commit 9a9e1f3

Browse files
committed
TASK: Implement sample config
1 parent 0009633 commit 9a9e1f3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config.sample.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
BOT_TOKEN = "123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11"
2+
USE_WEBHOOK = False
3+
WEBHOOK_PORT = 9001
4+
WEBHOOK_URL = "https://domain.example.com/" + BOT_TOKEN
5+
CERTPATH = "/etc/certs/example.com/fullchain.cer"

0 commit comments

Comments
 (0)