diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2024-10-15 20:08:19 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2024-10-15 20:08:19 +0400 |
| commit | dd177e3d2c4579bf435c1f583a1ceab3fb438791 (patch) | |
| tree | c721d654b78d504e88449d2b51f78ceb2eea2c3c /src/config.example.py | |
| parent | 3562ed767dbddfbcac321c7006962e1283eb63af (diff) | |
move project files to src
Diffstat (limited to 'src/config.example.py')
| -rw-r--r-- | src/config.example.py | 3 |
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" |