Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse openK User Modules
org.eclipse.openk-usermodules.gridFailureInformation.backend
Commits
01eabef1
Commit
01eabef1
authored
Apr 09, 2020
by
Simon Reis
Browse files
SI-408 Auf Q deployen
parent
b10c31ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
addressImport/src/main/resources/application.yml
View file @
01eabef1
...
...
@@ -27,11 +27,11 @@ adressimport:
cleanup
:
true
cron
:
0 0 0 1 * ?
file
:
addresses
:
/
usr/src/cbd/temp
/import_files/adressen.csv
power-connections
:
/
usr/src/cbd/temp
/import_files/strom_hausanschluss.csv
water-connections
:
/
usr/src/cbd/temp
/import_files/wasser_hausanschluss.csv
gas-connections
:
/
usr/src/cbd/temp
/import_files/gas_hausanschluss.csv
power-stations
:
/
usr/src/cbd/temp
/import_files/strom_station.csv
addresses
:
/
opt/mics/gridFailureInformation
/import_files/adressen.csv
power-connections
:
/
opt/mics/gridFailureInformation
/import_files/strom_hausanschluss.csv
water-connections
:
/
opt/mics/gridFailureInformation
/import_files/wasser_hausanschluss.csv
gas-connections
:
/
opt/mics/gridFailureInformation
/import_files/gas_hausanschluss.csv
power-stations
:
/
opt/mics/gridFailureInformation
/import_files/strom_station.csv
jwt
:
tokenHeader
:
Authorization
...
...
@@ -117,4 +117,14 @@ authNAuthService:
listOfServers
:
http://localhost:8080
cors
:
corsEnabled
:
true
\ No newline at end of file
corsEnabled
:
true
adressimport
:
cleanup
:
true
cron
:
0 0 0 1 * ?
file
:
addresses
:
/opt/mics/gridFailureInformation/import_files/adressenTest.csv
power-connections
:
/opt/mics/gridFailureInformation/import_files/strom_hausanschlussTest.csv
water-connections
:
/opt/mics/gridFailureInformation/import_files/wasser_hausanschlussTest.csv
gas-connections
:
/opt/mics/gridFailureInformation/import_files/gas_hausanschlussTest.csv
power-stations
:
/opt/mics/gridFailureInformation/import_files/strom_stationTest.csv
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment