This commit is contained in:
glitch 2025-07-13 16:37:05 +05:00
parent 2c094876c8
commit 9d890ea675
8 changed files with 92 additions and 0 deletions

7
config.example.toml Normal file
View file

@ -0,0 +1,7 @@
[telegram]
api_key = "example"
admin_id = "000000"
[storage]
type = "local" #local, s3
path = "data/storage"