summaryrefslogtreecommitdiff
path: root/src/config.example.py
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2024-10-15 20:08:19 +0400
committerAndrew Guschin <guschin@altlinux.org>2024-10-15 20:08:19 +0400
commitdd177e3d2c4579bf435c1f583a1ceab3fb438791 (patch)
treec721d654b78d504e88449d2b51f78ceb2eea2c3c /src/config.example.py
parent3562ed767dbddfbcac321c7006962e1283eb63af (diff)
move project files to src
Diffstat (limited to 'src/config.example.py')
-rw-r--r--src/config.example.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.example.py b/src/config.example.py
new file mode 100644
index 0000000..ba0e5bc
--- /dev/null
+++ b/src/config.example.py
@@ -0,0 +1,3 @@
+TG_TOKEN = ""
+REQUEST_KWARGS = {}
+BACKEND_URL = "http://localhost:8000"