This repository has been archived on 2023-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
MirrorTea/config.example.yml

9 lines
271 B
YAML
Raw Normal View History

2023-01-10 00:48:55 +00:00
db_path: "data/database.sqlite3"
2023-01-10 13:16:50 +00:00
matrix_bot_password: "{{ MATRIX_BOT_PASSWORD }}"
2023-01-14 21:52:19 +00:00
matrix_full_bot_id: "{{ MATRIX_FULL_BOT_ID }}"
matrix_homeserver_url: "{{ MATRIX_HOMESERVER_URL }}"
matrix_owner_id: "@dettlaff:inex.rocks"
2023-01-10 13:16:50 +00:00
telegram_bot_token: "{{ TELEGRAM_BOT_TOKEN }}"