Skip to content

Commit

Permalink
Rename serviceRegistry to service-registry to match CAS Spring @Condi…
Browse files Browse the repository at this point in the history
…tionalOn... expression
  • Loading branch information
sbearcsiro committed Jul 26, 2022
1 parent 9977d6d commit 3c07e38
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,12 @@ cas:
# ALA attributes
primary_user_type: primaryUserType
secondary_user_type: secondaryUserType
serviceRegistry:
# watcherEnabled: true
# repeatInterval: 120000
# startDelay: 15000
service-registry:
core:
initFromJson: false
# json:
# location: classpath:/services
init-from-json: false
json:
# location: classpath:services
watcher-enabled: false
# mongo:
# collection: services
# databaseName: cas-service-registry
Expand Down

0 comments on commit 3c07e38

Please sign in to comment.