diff --git a/docker/init.sh_not_shared.cfg.dist b/docker/init.sh_not_shared.cfg.dist new file mode 100644 index 0000000000000000000000000000000000000000..ccbbf36d8f3d7e1556d401b4e6d0bba1708af3dd --- /dev/null +++ b/docker/init.sh_not_shared.cfg.dist @@ -0,0 +1,11 @@ +# ====================================================================== +# +# senstive configuration not to check in into your git repository +# +# ====================================================================== + +OIDCCryptoPassphrase=0123456789 +OIDCClientSecret='YOUR-SECRET-HERE' +OIDCProviderMetadataURL='https://keycloak.example.com/realms/YOUR-REALM/.well-known/openid-configuration' + +# ----------------------------------------------------------------------