1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| {
| "Logging": {
| "LogLevel": {
| "Default": "Information",
| "Microsoft": "Warning",
| "Microsoft.Hosting.Lifetime": "Information"
| }
| },
| "AllowedHosts": "*",
| //Æó΢webhook
| "qw_webhook": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=1e5a8b47-b108-40a6-9a29-d629863bd066",
| //¶ÌÐÅϵͳԤ¾¯ ÿ¸ô5·ÖÖÓ´¥·¢Ò»´Î
| "job_smswarning": "0 0/5 * * * ?",
| "DbConnection": [
| {
| //Õýʽ
| "Key": "Main",
| "ConnectionString": "server=123.60.83.120;port=3306;uid=fxuser;pwd=opRer16#2e2rdq;database=fx_main;Allow Zero Datetime=True;Charset=utf8;"
| },
| {
| //Õýʽ
| "Key": "Sms",
| "ConnectionString": "server=123.60.83.120;port=3306;uid=fxuser;pwd=opRer16#2e2rdq;database=sms_sender;Allow Zero Datetime=True;Charset=utf8;"
| }
| ]
| }
|
|