bootstrap.properties 1.0 KB

123456789101112131415161718192021222324252627282930
  1. ##
  2. # CAS Spring Cloud Config Client
  3. #
  4. # Name of the application for which environment settings and properties should be fetched.
  5. # This should map to a cas.yml or cas.properties file.
  6. spring.application.name=cas
  7. spring.profiles.active=standalone
  8. # Define where the configuration server is running
  9. # and what credentials are used to access it.
  10. # By default, basic authN is used.
  11. spring.cloud.config.uri=http://casuser:Mellon@localhost:8888/casconfigserver
  12. spring.cloud.config.profile=native
  13. # Configuration server is off by default.
  14. spring.cloud.config.enabled=false
  15. spring.cloud.config.watch.enabled=true
  16. spring.cloud.config.watch.initialDelay=30000
  17. spring.cloud.config.watch.delay=1000
  18. spring.cloud.config.fail-fast=true
  19. health.config.enabled=true
  20. # Do NOT modify this line below.
  21. # If you wish to change the configuration directory, it's best to not
  22. # overlay this file, but specify the directory location via command-line
  23. # parameters or system properties via -D.
  24. # cas.standalone.configurationDirectory=/etc/cas/config