Commit 15f7b99c authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Merge branch 'dev' into 'master'

Corrige ruta a base de datos de prod

See merge request redmic-project/server/oauth!2
parents 995b50ef 9008c94e
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