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:
parent
2929bb26ac
commit
c8e99133e2
15
src/main/resources/application-dev.yml
Normal file
15
src/main/resources/application-dev.yml
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user