You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
350 B
TOML

# vorlage_config_fotobot.toml umbenennen zu config_fotobot.toml
token = "<Bottoken>"
root_verzeichnis = "<gewünschtes root Verzeichnis für die Bildablage>"
erlaubte_telegram_ids = [<liste mit freigegebenen Telegramids>]
db_adapter = "sqlite" # (sqlite | postgres)
[pg]
database = "<database>"
user = "<user>"
password = "<password>"