2024-07-24 21:42:51 +00:00
|
|
|
{
|
2024-07-25 05:13:23 +00:00
|
|
|
"loglevel": "debug",
|
|
|
|
"database": "postgresql://postgres:password@localhost:5432/postgres",
|
|
|
|
"web": {
|
|
|
|
"baseurl": "http://localhost:8080",
|
|
|
|
"sessionKey": ""
|
|
|
|
},
|
|
|
|
"oauth2": {
|
|
|
|
"ClientID": "",
|
|
|
|
"ClientSecret": "",
|
|
|
|
"ProviderURL": "https://my.keycloak.instance/realms/example"
|
|
|
|
}
|
2024-07-24 21:42:51 +00:00
|
|
|
}
|