{ //可跨域地址集合 "AllowedHosts": [ "*" ], "Quartz": { "dbProviderName": "SqlServer", "connectionString": "Server=123.60.180.165;Database=dopbiz;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True" }, "Logging": { "IncludeScopes": false, "Debug": { "LogLevel": { "Default": "Warning" } }, "Console": { "LogLevel": { "Default": "Warning" } } } } //数据源配置 //"dbProviderName":"OracleODPManaged", //"connectionString": "Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=xe)));User Id=system;Password=oracle;" // # SqlServer 测试通过 //"dbProviderName":"SqlServer", //"connectionString": "Server=localhost;Database=quartznet;User Id=SqlServerUser;Password=SqlServerPassword;" //"dbProviderName":"SQLServerMOT", //"connectionString": "Server=localhost,1444;Database=quartznet;User Id={SqlServerUser};Password={SqlServerPassword};" // # MySql 测试通过 //"dbProviderName":"MySql", //"connectionString": "Server = localhost; Database = quartznet; Uid = quartznet; Pwd = quartznet" // # Npgsql 测试通过 //"dbProviderName":"Npgsql", //"connectionString": "Server=127.0.0.1;Port=5432;Userid=quartznet;Password=quartznet;Pooling=true;MinPoolSize=1;MaxPoolSize=20;Timeout=15;SslMode=Disable;Database=quartznet" //"dbProviderName":"SQLite", //"connectionString": "Data Source=test.db;Version=3;" // # SQLite-Microsoft 测试通过 //"dbProviderName":"SQLite-Microsoft", //"connectionString": "Data Source=test.db;" //"dbProviderName":"Firebird", //"connectionString": "User=SYSDBA;Password=masterkey;Database=/firebird/data/quartz.fdb;DataSource=localhost;Port=3050;Dialect=3;Charset=NONE;Role=;Connection lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=50;Packet Size=8192;ServerType=0;"