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

Añade url del servicio en preproducción

De este modo de forma excepcional se puede activar la descarga de datos
en preproducción para realizar pruebas
parent cee4b387
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ spring.kafka.properties.schema.registry.url=http://schema-registry:8081
config.fixedDelay=60000
app.scheduling.enable=false

aishub.service.url=none
aishub.service.url=http://data.aishub.net/ws.php?username=${aishub.service.username}&format=1&output=csv&compress=1

#Local private
property.path.media_storage.LOCAL_PRIVATE_BASE_PATH=/data/MEDIA_STORAGE
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ spring.kafka.properties.schema.registry.url=http://localhost:18081
config.fixedDelay=60000
app.scheduling.enable=true

aishub.service.username=aishub.service.username
aishub.service.url=http://data.aishub.net/ws.php?username=${aishub.service.username}&format=1&output=csv&compress=1

#Local private
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ logging.level.es.redmic.brokerlib=error
spring.mvc.locale-resolver=fixed
spring.mvc.locale=es_ES

aishub.service.username=aishub.service.username
aishub.service.url=${aishub.service.url}

file.delimiter.csv=,