I have a question regarding the priority of environment variables when working with spring cloud config server
In my service I have a local properties file applica
define following properties in git repo (as a source for config-server) [for given profile]:
spring.cloud.config:
overrideSystemProperties: false
overrideNone: true
keep in mind properties (especially overrideSystemProperties & overrideNone) in bootsrap.yml are overriden by those from config-server by default