diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2024-10-15 19:57:34 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2024-10-15 19:57:34 +0400 |
| commit | 3562ed767dbddfbcac321c7006962e1283eb63af (patch) | |
| tree | b42e18d7513eda62ad8ddeabe96cf4ebc109f56d /config.example.py | |
| parent | a9f89b6a3fd22da90b58d3f2353b5965957531a3 (diff) | |
add files for rye project manager
Diffstat (limited to 'config.example.py')
| -rw-r--r-- | config.example.py | 3 |
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" |