diff options
| author | Paul-Christian Volkmer | 2023-07-31 09:05:51 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-07-31 09:05:51 +0200 |
| commit | 361bba5b65261bfba3dc160001a5036ece94d5d5 (patch) | |
| tree | 680f0007614931ee2b5164d949f9dc2d68500bc0 /src/main/resources/application.yml | |
| parent | aa5b35970af967e972edd6ed435d75184b36d4d5 (diff) | |
Code polish for PR
* Keep old config files
Diffstat (limited to 'src/main/resources/application.yml')
| -rw-r--r-- | src/main/resources/application.yml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 5bdf6ca..39acb37 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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}"
\ No newline at end of file |
