Skip to content
Snippets Groups Projects
Commit 3bc76720 authored by Dimitrios Chalepakis's avatar Dimitrios Chalepakis
Browse files

SI-545 files import path adjusted


Signed-off-by: default avatarDimitrios Chalepakis <dimitrios.chalepakis@pta.de>
parent 54d7e609
No related branches found
No related tags found
No related merge requests found
...@@ -27,11 +27,11 @@ adressimport: ...@@ -27,11 +27,11 @@ adressimport:
cleanup: true cleanup: true
cron: 0 0 0 1 * ? cron: 0 0 0 1 * ?
file: file:
addresses: /temp/Importtest/adressen.csv addresses: /usr/src/cbd/temp/import_files/adressen.csv
power-connections: /temp/Importtest/strom_hausanschluss.csv power-connections: /usr/src/cbd/temp/import_files/strom_hausanschluss.csv
water-connections: /temp/Importtest/wasser_hausanschluss.csv water-connections: /usr/src/cbd/temp/import_files/wasser_hausanschluss.csv
gas-connections: /temp/Importtest/gas_hausanschluss.csv gas-connections: /usr/src/cbd/temp/import_files/gas_hausanschluss.csv
power-stations: /temp/Importtest/strom_station.csv power-stations: /usr/src/cbd/temp/import_files/strom_station.csv
jwt: jwt:
tokenHeader: Authorization tokenHeader: Authorization
......
...@@ -24,11 +24,11 @@ adressimport: ...@@ -24,11 +24,11 @@ adressimport:
cleanup: true cleanup: true
cron: 0 27 9 3 4 FRI cron: 0 27 9 3 4 FRI
file: file:
addresses: /temp/Importtest/adressen.csv addresses: C:/temp/import_files/adressen.csv
power-connections: /temp/Importtest/strom_hausanschluss.csv power-connections: C:/temp/import_files/strom_hausanschluss.csv
water-connections: /temp/Importtest/wasser_hausanschluss.csv water-connections: C:/temp/import_files/wasser_hausanschluss.csv
gas-connections: /temp/Importtest/gas_hausanschluss.csv gas-connections: C:/temp/import_files/gas_hausanschluss.csv
power-stations: /temp/Importtest/strom_station.csv power-stations: C:/temp/import_files/strom_station.csv
eureka: eureka:
client: client:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment