Initial public release
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user