-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 784 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (18 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ===================================================================
# LOCAL DEVELOPMENT ENVIRONMENT VARIABLES
# ===================================================================
# Copy this file to .env and replace the placeholder values.
# The .env file is ignored by Git and should NEVER be committed.
#
# These variables will be used by docker-compose.yml to configure the services.
# ===================================================================
# Prometheus Scrape Credentials
PROMETHEUS_SCRAP_USER=actuator
PROMETHEUS_SCRAP_PASSWORD=actuator-password
# Keycloak Admin Credentials
KC_BOOTSTRAP_ADMIN_USERNAME=admin
KC_BOOTSTRAP_ADMIN_PASSWORD=admin
# PostgreSQL Credentials for Keycloak
POSTGRES_DB=keycloak
POSTGRES_USER=keycloak
POSTGRES_PASSWORD=keycloak-password