update: enhance README with detailed service descriptions and quick start guide; remove deprecated Calibre service from docker compose
This commit is contained in:
13
komodo/monitor/tracearr/env.example
Normal file
13
komodo/monitor/tracearr/env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# Port - default is 3000
|
||||
PORT=3000
|
||||
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
|
||||
# Log Level - options: debug, info, warn, error
|
||||
LOG_LEVEL=info
|
||||
|
||||
# Optional: Override auto-generated secrets (usually not needed)
|
||||
# JWT_SECRET=your_jwt_secret
|
||||
# COOKIE_SECRET=your_cookie_secret
|
||||
|
||||
Reference in New Issue
Block a user