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

Add developer application configuration

This commit is contained in:
Paul-Christian Volkmer 2023-07-25 15:46:27 +02:00
parent 2929bb26ac
commit c8e99133e2

View File

@ -0,0 +1,15 @@
spring:
docker:
compose:
file: ./dev-compose.yml
app:
rest:
uri: http://localhost:9000/bwhc/etl/api/MTBFile
#kafka:
# topic: test
# servers: kafka:9092
server:
port: 8000