mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-18 16:01:18 +00:00
9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
# Encryption (Redis)
|
|
SERVICE_KEY=""
|
|
|
|
# Redis for tasks
|
|
REDIS_ADDR="localhost:6379"
|
|
REDIS_PASSWORD=""
|
|
|
|
# Log
|
|
LOG_DISCORD_WEBHOOK_URL="" |