member-console/internal/embeds/mc-config.yaml

14 lines
508 B
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
port: 8081
oidc-sp-client-id: "member-console"
oidc-sp-client-secret: ""
oidc-idp-issuer-url: "http://localhost:8080/realms/master"
base-url: "http://localhost:8081"
session-secret: ""
csrf-secret: ""