13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
# Ports
|
|
SYNAPSE_PORT=8008
|
|
ELEMENT_PORT=8088
|
|
|
|
# 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
|