livrare lot 2
This commit is contained in:
commit
8ecc78e729
763 changed files with 164593 additions and 0 deletions
42
backend/production/.env.example
Normal file
42
backend/production/.env.example
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# =============================================================================
|
||||
# DIDI Platform - Production Environment Configuration
|
||||
# =============================================================================
|
||||
# Kong & Keycloak - using PostgreSQL Cluster
|
||||
# =============================================================================
|
||||
COMPOSE_PROJECT_NAME=didi-production
|
||||
# =============================================================================
|
||||
# PostgreSQL Cluster (Primary Database)
|
||||
# =============================================================================
|
||||
PG_CLUSTER_HOST=10.11.50.167
|
||||
PG_CLUSTER_PORT=5000
|
||||
PG_CLUSTER_USER=bos_interface
|
||||
PG_CLUSTER_PASSWORD=CHANGE_ME
|
||||
# =============================================================================
|
||||
# Kong Configuration
|
||||
# =============================================================================
|
||||
KONG_PG_HOST=10.11.50.167
|
||||
KONG_PG_PORT=5000
|
||||
KONG_PG_USER=kong
|
||||
KONG_PG_PASSWORD=CHANGE_ME
|
||||
KONG_PG_DATABASE=kong_db
|
||||
# =============================================================================
|
||||
# Keycloak Configuration
|
||||
# =============================================================================
|
||||
KC_DB_HOST=10.11.50.167
|
||||
KC_DB_PORT=5000
|
||||
KC_DB_NAME=keycloak_db
|
||||
KC_DB_USER=keycloak
|
||||
KC_DB_PASSWORD=CHANGE_ME
|
||||
KEYCLOAK_ADMIN=CHANGE_ME
|
||||
KEYCLOAK_ADMIN_PASSWORD=CHANGE_ME
|
||||
# =============================================================================
|
||||
# Hostname Configuration
|
||||
# =============================================================================
|
||||
KC_HOSTNAME_URL=https://didi365.eu/auth
|
||||
# =============================================================================
|
||||
# Redis Cache Configuration
|
||||
# =============================================================================
|
||||
REDIS_HOST=didi-cache
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASSWORD=CHANGE_ME
|
||||
REDIS_DB=0
|
||||
Loading…
Add table
Add a link
Reference in a new issue