40 lines
1.4 KiB
YAML
40 lines
1.4 KiB
YAML
# WARNING - DO NOT USE THIS IN PRODUCTION
|
|
# This is a local development configuration file
|
|
# It is used to configure the member console application
|
|
# to connect to the local Keycloak server
|
|
# This file is not secure and should not be used in production
|
|
# It is only used for local development purposes only
|
|
|
|
env: development
|
|
port: 8081
|
|
|
|
# Keycloak OIDC settings
|
|
oidc-sp-client-id: "member-console"
|
|
oidc-sp-client-secret: "3Mz0sr6qUlsM18QaE1jn9j38ACzr1PYr"
|
|
oidc-idp-issuer-url: "http://keycloak.localhost:8080/realms/master"
|
|
|
|
# Application settings
|
|
base-url: "http://localhost:8081"
|
|
session-secret: "rJcniy2aWl3vwBcrMJfqsTL+Wys7EwDx/RC+DRrKcYg="
|
|
csrf-secret: "e157b42a5b608882179cb4ac69c12f84"
|
|
|
|
# Federated Wiki settings
|
|
fedwiki-farm-api-url: "http://admin.localtest.me"
|
|
fedwiki-allowed-domains:
|
|
- "localtest.me"
|
|
fedwiki-site-scheme: "http"
|
|
fedwiki-admin-token: "fwuat-6R-p8TMlBBrwH7bV8l5oqsdoSbij5-SFHS5oVRJzGGM"
|
|
|
|
# Temporal settings
|
|
temporal-host: "localhost:7233"
|
|
temporal-namespace: "default"
|
|
temporal-oauth-token-url: "http://keycloak.localhost:8080/realms/master/protocol/openid-connect/token"
|
|
temporal-oauth-client-id: "member-console"
|
|
temporal-oauth-client-secret: "3Mz0sr6qUlsM18QaE1jn9j38ACzr1PYr"
|
|
temporal-oauth-scopes: []
|
|
|
|
# FedWiki sync settings
|
|
fedwiki-sync-enabled: true
|
|
fedwiki-sync-interval: 30s
|
|
fedwiki-sync-default-user-id: 1
|
|
fedwiki-sync-trigger-immediately: true |