-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.yml
More file actions
60 lines (56 loc) · 1.09 KB
/
application.yml
File metadata and controls
60 lines (56 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
server:
port: 8082
management:
security:
flag: false
server:
port: 8083
metrics:
tags:
application: ${project.name}
export:
prometheus:
enabled: true
endpoint:
health:
show-details: always
metrics:
enabled: true
prometheus:
enabled: true
endpoints:
web:
exposure:
include: health,info,prometheus
spring:
application:
name: '@project.name@'
output:
ansi:
enabled: always
main:
allow-bean-definition-overriding: true
cloud:
vault:
kv:
enabled: true
uri: https://vault.vality.dev:443
authentication: TOKEN
scheme: http
token: "123456"
info:
version: '@project.version@'
stage: dev
bot:
token: ${botToken}
name: vality_alerting_bot
chatId: ${chatId}
topics:
commands: ${topicCommands}
errors5xx: ${topicErrors5xx}
altpay-conversion: ${topicAltpayConversion}
failed-machines: ${topicFailedMachines}
pending-payments: ${topicPendingPayments}
alertmanager:
webhook:
url: http://localhost:8082/alertmanager/webhook