Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The property files will either come from the file-system or use GIT.

 

Code Block
titlebootstrap.properties
encrypt.failOnError=false
encrypt.key=IGotTheKey
encrypt.key-store.secret=IGotTheSecret
spring.cloud.config.server.bootstrap=true (*)

...