1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| {
| "Logging": {
| "LogLevel": {
| "Default": "Information",
| "Microsoft": "Warning",
| "Microsoft.Hosting.Lifetime": "Information"
| }
| },
| "AllowedHosts": "*",
| //ÓÐÔÞºÍ1688 token¸üРÿÌìÁ賿1µã
| "job_tokenupdate": "0 0 1 * * ?",
|
|
| "DbConnection": [
| {
| //²âÊÔ
| "Key": "Main",
| "ConnectionString": "server=36.156.159.48;port=3306;uid=fxuser;pwd=fxuSer26#292bds;database=fx_main;Allow Zero Datetime=True;Charset=utf8;"
| }
| ]
| }
|
|