18 lines
566 B
JSON
18 lines
566 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"Jwt": {
|
|
"Issuer": "your_issuer",
|
|
"SecretKey": "/xIrQoaquditv7p2M3jVzXcQayMuSZgR1bcOAZysykISMR0YAJkn35USgzy8MMjSnVYdLN6mTsYmjK+1b0XTQA=="
|
|
},
|
|
"ConnectionStrings": {
|
|
"MySQL": "server=127.0.0.1;port=3306;userid=root;password=0822;database=software_licence;"
|
|
//"MySQL": "server=192.168.1.180;port=3306;userid=root;password=sj_2023@0728;database=competition_db;"
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |