diff options
author | Georg Pfuetzenreuter | 2022-05-06 10:26:59 +0200 |
---|---|---|
committer | Georg Pfuetzenreuter | 2022-05-06 10:26:59 +0200 |
commit | 5f59da3414aece2493e10b3c691b99c2fe738558 (patch) | |
tree | d074cfae80c2d3f486fa32aaed24c6c7ccd39e5b /src/main/resources | |
parent | 8b1d592143d088dd2202031fc3c579d1096eee81 (diff) | |
download | pubsh-web-5f59da3414aece2493e10b3c691b99c2fe738558.tar.gz pubsh-web-5f59da3414aece2493e10b3c691b99c2fe738558.tar.bz2 pubsh-web-5f59da3414aece2493e10b3c691b99c2fe738558.zip |
Touchups, Init SecurityConfig/BeanConfig/Properties
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8b13789..6ba5acb 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1 +1,4 @@ - +keycloak.auth-server-url=http://192.168.5.9:8080/ +keycloak.realm=local-devel +keycloak.resource=portal-app +keycloak.public-client=true
\ No newline at end of file |