1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-04-19 17:26:51 +00:00

Code polish for PR

* Keep old config files
This commit is contained in:
Paul-Christian Volkmer 2023-07-31 09:05:51 +02:00
parent aa5b35970a
commit 361bba5b65
2 changed files with 9 additions and 35 deletions

View File

@ -2,28 +2,14 @@ spring:
docker:
compose:
file: ./dev-compose.yml
datasource:
hikari:
jdbc-url: "jdbc:mariadb://localhost:13306/dev"
driver-class-name: "org.mariadb.jdbc.Driver"
username: "dev"
password: "dev"
url: "jdbc:mariadb://localhost:13306/dev"
app:
# rest:
# uri: "https://bwhc-test.diz.uni-marburg.de/bwhc/etl/api/MTBFile"
pseudonymizer: GPAS
pseudonymize:
prefix: "test"
gpas:
target: "demo.study.demo"
uri: "http://localhost:8080/ttp-fhir/fhir/gpas/$pseudonymizeAllowCreate"
username: ""
password: ""
sslCaLocation: ""
kafka:
servers: "localhost:9092"
topic: test-dev
app:
rest:
uri: http://localhost:9000/bwhc/etl/api/MTBFile
#kafka:
# topic: test
# servers: kafka:9092
server:
port: 8000

View File

@ -4,16 +4,4 @@ spring:
template:
default-topic: ${app.kafka.topic}
flyway:
locations: "classpath:db/migration/{vendor}"
main:
allow-bean-definition-overriding: true
app:
rest:
#uri: "localhost:9000/bwhc/etl/api/MTBFile"
pseudonymizer: BUILDIN
server:
port: 8000
locations: "classpath:db/migration/{vendor}"