Set the stage for using embeds for files served by the mc-server.
This commit is contained in:
14
test/mc-config.yaml
Normal file
14
test/mc-config.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
# 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
|
||||
client-id: "member-console"
|
||||
client-secret: "CigQbREzhFCekZ8yvV3CaCFrHOgANgaH"
|
||||
issuer-url: "http://localhost:8080/realms/master"
|
||||
hostname: "http://localhost:8081"
|
||||
session-secret: "rJcniy2aWl3vwBcrMJfqsTL+Wys7EwDx/RC+DRrKcYg="
|
||||
csrf-secret: "e157b42a5b608882179cb4ac69c12f84"
|
Reference in New Issue
Block a user