device-deployer/src/main/resources/application-local.yml

24 lines
436 B
YAML
Raw Normal View History

spring:
datasource:
url: jdbc:postgresql://localhost:5432/blokworks
username: sdt
password: 251327
hikari:
maximum-pool-size: 3
jpa:
hibernate:
ddl-auto: update
show-sql: true
inbound:
mqtt:
url: tcp://localhost:1883
username: sdt
password: 251327
topics:
- /assets/+/apps/process
- /assets/+/apps/deploy
outbound:
mqtt:
topic:
- /assets/+/command-req/+