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