-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathconfig.yml
More file actions
56 lines (46 loc) · 928 Bytes
/
config.yml
File metadata and controls
56 lines (46 loc) · 928 Bytes
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
grpc:
port: 8000
host: localhost
request_timeout: 20
graphql:
port: 8081
host: localhost
request_Timeout: 20
rest:
port: 8082
host: localhost
request_timeout: 20
health_check:
port: 8083
host: 0.0.0.0
cadence_config:
domain: simple-domain
port: 7933
host: localhost
service: cadence-frontend
promthesius:
port: 8084
host: localhost
logger:
log_level: -1
postgres:
host: localhost
port: 5432
user: postgres
password: root
db_name: alfred
ssl_mode: true
pg_driver: pgx
metrics:
url: 0.0.0.0:7070
service_name: AlfredMetrics
jaeger:
host: localhost
port: 6831
service_name: AlfredTracing
log_spans: false
auth:
auth0_client_id: BFnfdaibKSdqkSAOksr3XuUNJuCW9zbZ
auth0_domain: alfred-sh.us.auth0.com
auth0_client_secret: e6JJn1cKSEHk8p1FuoBdDbhmWWINevDitFBsWMTkZi8BbL8AVTQlLfgkwSCyyqJX
auth0_call_back_url: http://localhost:3000/authentication/callback