diff --git a/files/backups/config.template.ini b/files/backups/config.template.ini deleted file mode 100644 index da958da..0000000 --- a/files/backups/config.template.ini +++ /dev/null @@ -1,11 +0,0 @@ -[restic] -RESTIC_REPOSITORY={{ restic_repository }} -RESTIC_PASSWORD={{ restic_password }} -AWS_ACCESS_KEY_ID={{ restic_s3_access_key }} -AWS_SECRET_ACCESS_KEY={{ restic_s3_access_secret }} -AWS_DEFAULT_REGION={{ restic_s3_region }} - -[telegram] -TELEGRAM_BOT_TOKEN={{ notifications_tg_bot_token }} -TELEGRAM_CHAT_ID={{ notifications_tg_chat_id }} -NOTIFICATIONS_NAME={{ notifications_name }}