11 lines
175 B
YAML
11 lines
175 B
YAML
app:
|
|
serviceUrl: "https://localhost:8080"
|
|
kafka:
|
|
brokers:
|
|
- localhost:9092
|
|
topic: backend_events
|
|
smtp:
|
|
server: smtp.yandex.ru
|
|
port: 587
|
|
email: ""
|
|
password: "" |