-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (22 loc) · 1.05 KB
/
Copy path.env.example
File metadata and controls
26 lines (22 loc) · 1.05 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
26
# ADMIN_PASSWORD and MISTRAL_API_KEY are specific to the env-file deployment
# path (docker-compose.docker.yml) — under docker-compose.yml (Podman
# secrets) those two come from `podman secret create` instead, see
# DEPLOY_QUICKSTART.md. Everything else below is read by BOTH compose files
# via compose's own `.env` interpolation, regardless of which one you use.
#
# Copy this file to .env and set a strong, unique password.
ADMIN_USERNAME=admin
ADMIN_PASSWORD=yourStrongAdminPassword!
# Mistral AI API Key
# Get your API key from: https://console.mistral.ai/
MISTRAL_API_KEY=your_api_key_here
# Logging verbosity for the backend and worker processes.
# INFO (default) logs normal operations (jobs started, sync results, etc).
# DEBUG adds detailed diagnostic output.
# LOG_LEVEL=DEBUG
# Debug mode: verbose error output. Leave unset/false in production.
# DEBUG=false
# Set true when running behind a TLS-terminating reverse proxy (e.g. Caddy,
# see ./Caddyfile) so the session cookie gets the Secure flag. Leave false
# for plain-HTTP local/LAN use.
# BEHIND_TLS=true