Skip to content
Snippets Groups Projects
Commit e1c7f2db authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-5120 OZG-5272 Disable spring cloud config refresh

parent bb7b4e35
Branches
Tags
No related merge requests found
......@@ -64,6 +64,8 @@ spring:
rest:
basePath: /api/configuration
cloud:
refresh:
enabled: false
config:
server:
prefix: /configserver
......@@ -71,4 +73,4 @@ spring:
oauth2:
resourceserver:
jwt:
issuer-uri: ${ozgcloud.oauth2.auth-server-url}/realms/${ozgcloud.oauth2.realm}
\ No newline at end of file
issuer-uri: ${ozgcloud.oauth2.auth-server-url}/realms/${ozgcloud.oauth2.realm}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment