the appseeting file`s format ANSI to UTF-8 in the Backend project。
This commit is contained in:
parent
dec698413b
commit
8b547da780
@ -6,10 +6,10 @@
|
|||||||
"Microsoft.Hosting.Lifetime": "Information"
|
"Microsoft.Hosting.Lifetime": "Information"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LoginExpireMinute": 60, //登入到期時間,單位(分)
|
"LoginExpireMinute": 60, //登入到期時間,單位(分)
|
||||||
"JwtSettings": {
|
"JwtSettings": {
|
||||||
"Issuer": "Admin", //發送者
|
"Issuer": "Admin", //發送者
|
||||||
"SignKey": "TaipeiDome123456", //簽章//最少16字元
|
"SignKey": "TaipeiDome123456", //簽章//最少16字元
|
||||||
"JwtLifeSeconds": 3600
|
"JwtLifeSeconds": 3600
|
||||||
},
|
},
|
||||||
"DBConfig": {
|
"DBConfig": {
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"Database": "VJB2XC+lAtzuHObDGMVOAA==", //30
|
"Database": "VJB2XC+lAtzuHObDGMVOAA==", //30
|
||||||
"Root": "SzdxEgaJJ7tcTCrUl2zKsA==",
|
"Root": "SzdxEgaJJ7tcTCrUl2zKsA==",
|
||||||
"Password": "FVAPxztxpY4gJJKQ/se4bQ=="
|
"Password": "FVAPxztxpY4gJJKQ/se4bQ=="
|
||||||
},
|
}
|
||||||
//"MSSqlDBConfig": {
|
//"MSSqlDBConfig": {
|
||||||
// "Server": "zp3Nilx0PISEEC4caZWqCg==", //172.16.220.250
|
// "Server": "zp3Nilx0PISEEC4caZWqCg==", //172.16.220.250
|
||||||
// "Port": "7puf4kd9qJ/q0fq2QASWeQ==",
|
// "Port": "7puf4kd9qJ/q0fq2QASWeQ==",
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
"Microsoft.Hosting.Lifetime": "Information"
|
"Microsoft.Hosting.Lifetime": "Information"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"LoginExpireMinute": 1440, //登入到期時間,單位(分)
|
"LoginExpireMinute": 1440, //登入到期時間,單位(分)
|
||||||
"JwtSettings": {
|
"JwtSettings": {
|
||||||
"Issuer": "Admin", //發送者
|
"Issuer": "Admin", //發送者
|
||||||
"SignKey": "TaipeiDome123456", //簽章//最少16字元
|
"SignKey": "TaipeiDome123456", //簽章//最少16字元
|
||||||
"JwtLifeSeconds": 3600
|
"JwtLifeSeconds": 3600
|
||||||
},
|
},
|
||||||
"DBConfig": {
|
"DBConfig": {
|
||||||
|
Loading…
Reference in New Issue
Block a user