35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"Jwt": {
|
|
"Issuer": "your_issuer",
|
|
"SecretKey": "/xIrQoaquditv7p2M3jVzXcQayMuSZgR1bcOAZysykISMR0YAJkn35USgzy8MMjSnVYdLN6mTsYmjK+1b0XTQA=="
|
|
},
|
|
"Config": {
|
|
"user_id": "admin-正式",
|
|
"name": "正式"
|
|
},
|
|
"ConnectionStrings": {
|
|
//"ConnectionString": "8618B53C32BF8E0BCAB4E6C408E94105340CC2732CF253CA870730DC6A022EB73EA307ED43B2199B70ADB8F303D328CC181CEA3E8985A7630D9477693715238C61C1C05C68D5A0EFEE8FB0F5756CEF90AE079354DD90B5DEE330DA282E5AA52A",
|
|
//"ConStringEncrypt": "true"
|
|
//"ConnectionString": "server=192.168.1.180;port=3306;userid=root;password=sj_2023@0728;database=competition_db;"
|
|
|
|
//"ConStringEncrypt": "false",
|
|
//"ConnectionString": "server=127.0.0.1;port=3306;userid=root;password=0822;database=competition_db;"
|
|
"ConStringEncrypt": "false",
|
|
"ConnectionString": "server=172.16.1.254;port=3306;userid=root;password=Unity3du#d112233;database=competition_db;"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Http": {
|
|
"Url": "http://*:50008"
|
|
}
|
|
}
|
|
}
|
|
} |