generated from juanjiTech/jframe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.yaml
47 lines (47 loc) · 870 Bytes
/
config.example.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
Mode: debug
Port: "27811"
Log:
LogPath: "./latest.log"
CLS:
Endpoint: ""
AccessKey: ""
AccessToken: ""
TopicID: ""
B2:
BucketKeyID: ""
BucketKey: ""
BucketName: ""
Pyroscope:
ApplicationName: ""
ServerAddress: ""
BasicAuthUser: ""
BasicAuthPass: ""
TenantID: ""
Uptrace:
ServiceName: ""
ServiceVersion: ""
DSN: ""
SentryDsn: ""
Pgsql:
Addr: "hermes-postgres"
Port: "5432"
User: "hermes"
Password: "123456"
Database: "hermes"
Rds:
Addr: "hermes-rds"
Port: "16379"
Password: ""
DB: 0
uptrace:
DSN: ""
ServiceName: ""
ServiceVersion: ""
user:
AdminName: "admin"
AdminAccount: "admin@admin.com"
AdminPassword: "admin@admin.com"
TrackerV1:
Endpoint: "http://172.16.7.183:27811/tracker/announce/key/"
AllowedSubnets: [
]