19 lines
526 B
JSON
19 lines
526 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"Jwt": {
|
|
"Issuer": "",
|
|
"SecretKey": ""
|
|
},
|
|
"ConnectionStrings": {
|
|
"ConStringEncrypt": "false",
|
|
//"ConnectionString": "server=172.16.1.162;port=33061;userid=root;password=p@ssw0rd;database=suzhou_iot_db;"
|
|
"ConnectionString": "server=127.0.0.1;port=3306;userid=root;password=Unity3du#d112233;database=suzhou_iot_db;"
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |