You've already forked docker-ara
fix: Remove ara data volume (MySQL backend), require ARA_SECRET_KEY 🐛
This commit is contained in:
@@ -37,7 +37,7 @@ Full reference: <https://ara.readthedocs.io/en/latest/api-configuration.html>
|
||||
| Variable | Default | Description |
|
||||
|---|---|---|
|
||||
| `ARA_BASE_DIR` | `/opt/ara` | Data & config directory |
|
||||
| `ARA_SECRET_KEY` | *(random)* | Django secret key — **set a stable value in production** |
|
||||
| `ARA_SECRET_KEY` | *(random — **must be set**)* | Django secret key. If unset, a new key is generated every restart, invalidating sessions. Generate with: `python3 -c "import secrets; print(secrets.token_hex(50))"` |
|
||||
| `ARA_ALLOWED_HOSTS` | `["127.0.0.1","localhost","::1"]` | Hosts the server will respond to |
|
||||
| `TZ` | `UTC` | System timezone — controls **when crond fires** |
|
||||
| `ARA_TIME_ZONE` | same as `TZ` | Timezone for ARA to store/display results — keep in sync with `TZ` |
|
||||
|
||||
Reference in New Issue
Block a user