Commit 9008c94e authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige ruta a base de datos de prod

parent fc53d3b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
spring.datasource.name=redmic
spring.datasource.url=jdbc:postgresql://localhost:5432/redmic?currentSchema=app
 No newline at end of file
spring.datasource.url=jdbc:postgresql://db:5432/redmic?currentSchema=app
 No newline at end of file