10 lines
432 B
Bash
10 lines
432 B
Bash
# .env ──────────────────────────────────────────
|
|
# Values you want to override permanently
|
|
|
|
# If an external Keycloak exists, point here;
|
|
# leave empty to fall back to the embedded container.
|
|
KEYCLOAK_URL=https://kc.kellsupport.com
|
|
|
|
# Custom project name (avoids long folder names in ~/.local/share/containers)
|
|
COMPOSE_PROJECT_NAME=cmmc-platform
|