Versions Compared

Key

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

...

  • spring.cloud.config.server.bootstrap=true --> this tells Blueriq to pick up the external configuration not from a config server but from the filesystem.

 

  • spring.profiles.active=native --> "native" is one of Spring's predefined profiles that needs to be configured to be able to load the config files from the local classpath or file system

...