Commit 3e915c66 authored by Noel Alonso's avatar Noel Alonso
Browse files

Elimina currentSchema de la url de conexión

Debido a que hace uso de funciones de otros esquemas, se elimina el seteo del
esquema para el datasource principal
parent 54a42b7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ spring.kafka.bootstrap-servers=localhost:19092
spring.kafka.properties.schema.registry.url=http://localhost:18081

# DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
spring.datasource.jdbc-url=jdbc:postgresql://redmic.net:5432/redmic?currentSchema=sde
spring.datasource.jdbc-url=jdbc:postgresql://redmic.net:5432/redmic

# DATASOURCE Jobs
jobs.datasource.schema=job
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ spring.kafka.bootstrap-servers=kf-1:9092,kf-2:9092,kf-3:9092
spring.kafka.properties.schema.registry.url=http://schema-registry:8081

# DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
spring.datasource.jdbc-url=jdbc:postgresql://db:5432/redmic?currentSchema=sde
spring.datasource.jdbc-url=jdbc:postgresql://db:5432/redmic

# DATASOURCE Jobs
jobs.datasource.name=redmic