-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 1.11 KB
/
.env.example
File metadata and controls
25 lines (20 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ── logMasterServer ──────────────────────────────────────────────────────────
APP_SECRET_KEY=change-me-to-a-long-random-string
# Authentik OIDC
# Create an OAuth2/OIDC provider + application in Authentik.
# Set the redirect URI to match exactly what is registered in Authentik
AUTHENTIK_REDIRECT_URI=http://your-host:5000/callback
AUTHENTIK_BASE_URL=https://auth.example.com
AUTHENTIK_CLIENT_ID=your-client-id
AUTHENTIK_CLIENT_SECRET=your-client-secret
# URL of logMasterDaemon (log API)
LOG_API_URL=http://127.0.0.1:5001
# Must match LOG_API_SHARED_SECRET in logMasterDaemon's env
LOG_API_SHARED_SECRET=change-me-to-a-strong-shared-secret
APP_PORT=5000
FLASK_DEBUG=false
# ── logMasterDaemon ───────────────────────────────────────────────────────────
# (used by daemon/logMasterDaemon.py)
# LOG_API_SHARED_SECRET=change-me-to-a-strong-shared-secret
# LOG_API_PORT=5001
# FLASK_DEBUG=false