You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pedidos-tendencias/src/main/resources/application-prod.properties

7 lines
238 B

spring.datasource.url=jdbc:postgresql://db:5432/pedidosdb
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.hibernate.ddl-auto=update
#spring.jpa.show-sql=true
#spring.sql.init.mode=always
server.port=8081