This commit is contained in:
@@ -6,8 +6,9 @@ DB_PASSWORD=changeme
|
||||
DB_NAME=radius
|
||||
|
||||
# --- API ---
|
||||
# Shared secret required in the X-API-Key header on every request.
|
||||
API_KEY=change-this-to-a-long-random-string
|
||||
# No shared API secret anymore. Auth is per-user: the API seeds a default
|
||||
# admin/admin login on first run (must change password on first sign-in), and
|
||||
# admins mint revocable X-API-Key values from the web UI for programmatic use.
|
||||
|
||||
# Comma-separated CORS origins (use * only for trusted/dev networks)
|
||||
CORS_ORIGINS=*
|
||||
|
||||
Reference in New Issue
Block a user