HuanMengProject/src/2-api/HuanMeng.MiaoYu.WebPayApi/appsettings.Development.json
2024-08-27 01:02:46 +08:00

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"
}
}