You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
401 B
YAML
33 lines
401 B
YAML
1 year ago
|
Name: api.api
|
||
|
Host: 0.0.0.0
|
||
|
Port: 0
|
||
|
Timeout: 30000
|
||
|
|
||
|
Auth:
|
||
|
AccessSecret: # the same as core
|
||
|
AccessExpire: 259200
|
||
|
|
||
|
CORSConf:
|
||
|
Address: '*'
|
||
|
|
||
|
Log:
|
||
|
ServiceName: apiApiLogger
|
||
|
Mode: console
|
||
|
Path: ./logs/api/api
|
||
|
Encoding: plain # json or plain
|
||
|
Level: debug
|
||
|
Stat: false
|
||
|
Compress: false
|
||
|
KeepDays: 7
|
||
|
StackCoolDownMillis: 100
|
||
|
|
||
|
Prometheus:
|
||
|
Host: 0.0.0.0
|
||
|
Port: 4000
|
||
|
Path: /metrics
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|