14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
|
|
# LetsBe Hub Configuration
|
||
|
|
|
||
|
|
# Database
|
||
|
|
DATABASE_URL=postgresql+asyncpg://hub:hub@db:5432/hub
|
||
|
|
|
||
|
|
# Admin API Key (CHANGE IN PRODUCTION!)
|
||
|
|
ADMIN_API_KEY=change-me-in-production
|
||
|
|
|
||
|
|
# Debug mode
|
||
|
|
DEBUG=false
|
||
|
|
|
||
|
|
# Telemetry retention (days)
|
||
|
|
TELEMETRY_RETENTION_DAYS=90
|