Commit a10fbd26 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige ruta a base de datos de prod

parent cd07770a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ oauth.server=http://oauth:8081

# 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