config
This commit is contained in:
@@ -47,6 +47,13 @@ upstream:
|
|||||||
|
|
||||||
backend:
|
backend:
|
||||||
baseUrl: http://localhost:7007
|
baseUrl: http://localhost:7007
|
||||||
|
database:
|
||||||
|
client: pg
|
||||||
|
connection:
|
||||||
|
host: ${POSTGRES_HOST}
|
||||||
|
port: ${POSTGRES_PORT}
|
||||||
|
user: ${POSTGRES_USER}
|
||||||
|
password: ${POSTGRES_PASSWORD}
|
||||||
|
|
||||||
# -- Keycloak OIDC authentication
|
# -- Keycloak OIDC authentication
|
||||||
signInPage: oidc
|
signInPage: oidc
|
||||||
|
|||||||
Reference in New Issue
Block a user