wanshenmean
2026-01-28 ec4a2a6f111b8df889a57cbf1a9aed0a061a1860
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json
@@ -17,7 +17,7 @@
    //5.PostgreSQL
    "DBType": "SqlServer",
    //连接字符串
    "ConnectionString": "Data Source=.;Initial Catalog=WIDESEAWCS_TEST_Log;User ID=sa;Password=P@ssw0rd;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
  "ConnectionString": "Data Source=.;Initial Catalog=WIDESEAWCS_ShanMei;User ID=sa;Password=P@ssw0rd;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
    //跨域
    "Cors": {
@@ -38,8 +38,8 @@
    "ApiName": "WIDESEAWCS",
    "ExpMinutes": 120,
    "QuartzJobAutoStart": true,
    "DBSeedEnable": false,
    "QuartzDBSeedEnable": false,
  "DBSeedEnable": true,
  "QuartzDBSeedEnable": true,
    "LogDeubgEnable": false, //是否记录调试日志
    "PrintSql": true, //打印SQL语句
    "LogAOPEnable": true, //是否记录AOP日志