Commit b322aae4 authored by Noel Alonso's avatar Noel Alonso
Browse files

Cambia localhost por ip local

parent 4e93a880
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#oauth
oauth.server=http://localhost:8081
oauth.server=http://127.0.0.1:8081

# DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
spring.datasource.name=redmic
spring.datasource.url=jdbc:postgresql://localhost:5432/redmic?currentSchema=app
spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/redmic?currentSchema=app

logging.level.es.redmic=debug