diff options
| author | Paul-Christian Volkmer | 2024-01-05 11:42:17 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-01-05 11:43:58 +0100 |
| commit | e24ba430a54c892d972841f48901235475688b0b (patch) | |
| tree | 3074c9a8b724e7c2a81b3655fc6d88542a37e59b /src/main/resources | |
| parent | 08914a6f8659120da60986ea33fccc3869193183 (diff) | |
feat #20: add server forward headers config
closes #20
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/application.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 5cd47c0..dd820c8 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,4 +4,7 @@ spring: consumer: group-id: ${app.kafka.group-id} flyway: - locations: "classpath:db/migration/{vendor}"
\ No newline at end of file + locations: "classpath:db/migration/{vendor}" + +server: + forward-headers-strategy: framework
\ No newline at end of file |
