summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2023-07-24 18:50:12 +0200
committerPaul-Christian Volkmer2023-07-24 18:50:12 +0200
commit05149bac0b60423cda3865e3119ce87b9e8cba62 (patch)
treea22b03839cfaead830ece25ab02e525499bf99ff /src/main/resources
Initial commit
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application.yml5
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