21 lines
375 B
TOML
21 lines
375 B
TOML
|
[app-ucenter]
|
||
|
[httpClient]
|
||
|
key = "fb06a25c6338edbc"
|
||
|
secret = "fd10bd177559780c2e4a44f1fa47fa83"
|
||
|
dial = "100ms"
|
||
|
timeout = "5s"
|
||
|
keepAlive = "60s"
|
||
|
[httpClient.breaker]
|
||
|
window = "3s"
|
||
|
sleep = "100ms"
|
||
|
bucket = 10
|
||
|
ratio = 0.5
|
||
|
request = 100
|
||
|
|
||
|
[warden]
|
||
|
dial = "1s"
|
||
|
timeout = "1s"
|
||
|
|
||
|
[log]
|
||
|
stdout=true
|