Set the stage for using embeds for files served by the mc-server.

This commit is contained in:
2025-05-09 03:14:40 -05:00
parent 64d40bd108
commit 4d29a58f94
5 changed files with 18374 additions and 224 deletions

14
test/mc-config.yaml Normal file
View 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"