remove sensitive data
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,6 +3,8 @@ __pycache__/
|
|||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
|
config.yaml
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
|
|||||||
3
config.sample.yaml
Normal file
3
config.sample.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
telegram_token: ""
|
||||||
|
telegram_channel: "@canal_o_grupo"
|
||||||
|
telegram_chat_id: 0
|
||||||
Reference in New Issue
Block a user