-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
55 lines (43 loc) · 1.08 KB
/
config.yaml
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
log:
level: info
format: text
database:
dsn: wiseflow:wflocaldb@tcp(localhost:3306)/wiseflow?charset=utf8&parseTime=True
debug: false
http:
port: 8089
grpc:
port: 50051
nats:
dsn: nats://localhost:4222
cluster: test-cluster
consumer_id: test-consumer
queue_group: test-queue-group
durable_name: test-durable-name
ack_wait_timeout: 10s
subscribers_count: 5
rabbitmq:
url: amqp://guest:guest@localhost:5672//
max_retries: 5
initial_interval: 5s
multiplier: 4
max_elapsed_time: 30m
max_interval: 22m
nats_worker:
flow_created_subject: "wiseflow.core.flow.created"
rabbitmq_worker:
queue_flow_created: flow-created
queue_flow_created_response: flow-created.response
routing_key_flow_created: flow-created
routing_key_flow_created_response: flow-created.response
topic_flow_created: flow-created
topic_flow_created_response: flow-created.response
prometheus:
enabled: false
port: 9090
path: /metrics
health:
port: 8081
authorization:
dsn: http://localhost:8181/v1/data
disabled: true