13 lines
397 B
Plaintext
13 lines
397 B
Plaintext
# Ports (Angepasst auf unübliche hohe Ports zur Konfliktvermeidung)
|
|
SYNAPSE_PORT=38008
|
|
ELEMENT_PORT=38088
|
|
|
|
# PostgreSQL Configuration
|
|
POSTGRES_DB=synapse
|
|
POSTGRES_USER=synapse
|
|
POSTGRES_PASSWORD=generate_a_secure_password_here
|
|
|
|
# Keycloak OIDC Configuration
|
|
# Erstelle einen confidential Client namens 'matrix' im Keycloak auth.mischlabs.de
|
|
KEYCLOAK_CLIENT_SECRET=your_keycloak_client_secret_here
|