diff options
| author | Paul-Christian Volkmer | 2023-07-24 18:50:12 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-07-24 18:50:12 +0200 |
| commit | 05149bac0b60423cda3865e3119ce87b9e8cba62 (patch) | |
| tree | a22b03839cfaead830ece25ab02e525499bf99ff /src/main/resources/application.yml | |
Initial commit
Diffstat (limited to 'src/main/resources/application.yml')
| -rw-r--r-- | src/main/resources/application.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml new file mode 100644 index 0000000..da543bd --- /dev/null +++ b/src/main/resources/application.yml @@ -0,0 +1,5 @@ +spring: + kafka: + bootstrap-servers: ${app.kafka.servers} + template: + default-topic: ${app.kafka.topic}
\ No newline at end of file |
