16 lines
338 B
JSON
16 lines
338 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AgileConfig": {
|
|
"appId": "huanmeng",
|
|
"secret": "dfa47997-fb5c-b644-3770-880f5e7fb403",
|
|
"nodes": "http://124.220.55.158:94", //多个节点使用逗号分隔
|
|
"env": "DEV",
|
|
"name": "PayClient"
|
|
}
|
|
}
|