You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
572 B
17 lines
572 B
{
|
|
"App": {
|
|
"SelfUrl": "http://localhost:60029",
|
|
"CorsOrigins": "http://192.168.0.146:8082,http://localhost:8082",
|
|
"Audit": {
|
|
"IsEnabled": false // 禁用审计功能
|
|
// 其他审计相关设置项
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Server=dev.ccwin-in.com,13319;Database=WMS_DongYang_Report_AgGrid;uid=ccwin-in;pwd=Microsoft@2022;timeout=12000;Encrypt=False;"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "OsY6zy4nQqBrk3lw"
|
|
},
|
|
"urls": "http://192.168.0.157:60029"
|
|
}
|
|
|