matrix-bot-praying-times/.env.example
Finn Christiansen 9a2a18172c
Some checks failed
ci / docker (push) Successful in 4m54s
Python formatting PEP8 / Python-PEP8 (push) Failing after 13s
🗃️ Add basic database support using SQLAlchemy and Alembic
2024-06-16 20:57:18 +02:00

4 lines
127 B
Text

HOMESERVER="https://example.org"
USERNAME="PrayingTimesBotUsername"
PASSWORD="supersecret"
DB_URI="sqlite:///data/database.db"