Files
duck-api/src/main/resources/application-prod.properties
2026-05-27 20:33:57 -03:00

7 lines
259 B
INI

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