16 lines
303 B
Plaintext
16 lines
303 B
Plaintext
# HYDRA Environment Variables
|
|
# Copy to .env and fill in your values. NEVER commit .env to git.
|
|
|
|
HYDRA_API_KEY=change-me-to-a-random-secret
|
|
HYDRA_PROFILE=lite
|
|
|
|
# Database (Pro/Expert only)
|
|
DB_PASSWORD=change-me
|
|
|
|
# Telegram
|
|
TELEGRAM_BOT_TOKEN=
|
|
TELEGRAM_CHAT_ID=
|
|
|
|
# Redis
|
|
REDIS_URL=redis://localhost:6379
|