1
0
mirror of https://github.com/pcvolkmer/mv64e-etl-processor synced 2025-09-13 09:02:50 +00:00
Files
mv64e-etl-processor/src/main/resources/application-dev.yml

20 lines
308 B
YAML

spring:
docker:
compose:
file: ./dev-compose.yml
app:
#rest:
# uri: http://localhost:9000/bwhc/etl/api
kafka:
topic: test
response-topic: test_response
servers: localhost:9094
#security:
# admin-user: admin
# admin-password: "{noop}very-secret"
server:
port: 8000