spring.config.activate.on-profile=prod spring.datasource.url=${db_host:jdbc:postgresql://db.stackpanel.com.br:5432/nexusdb} spring.datasource.password=${db_pass} spring.datasource.username=${db_user} spring.datasource.driver-class-name=org.postgresql.Driver