11 lines
332 B
Bash
11 lines
332 B
Bash
# Copy this file to .env and replace every change-me value.
|
|
KC_BOOTSTRAP_ADMIN_USERNAME=admin
|
|
KC_BOOTSTRAP_ADMIN_PASSWORD=change-me-admin-password
|
|
|
|
POSTGRES_DB=keycloak
|
|
POSTGRES_USER=keycloak
|
|
POSTGRES_PASSWORD=change-me-postgres-password
|
|
|
|
# Port 80 is the single-EC2 target. 8088 avoids common local port conflicts.
|
|
NGINX_PORT=8088
|