22 lines
626 B
JSON
22 lines
626 B
JSON
{
|
|
"JwtSettings": {
|
|
"securitykey": "bWlhbWkgZGFkZSBzY2hvb2xzIHNlY3JldCBrZXk="
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"settings": {
|
|
"endpoint1": "xxx",
|
|
"endpoint2": "xxx",
|
|
"endpoint3": "xxx"
|
|
},
|
|
"ConnectionStrings": {
|
|
//"EmployeeConnection": "Server=DESKTOP-OF5DPLQ\\SQLEXPRESS;Database=da_survey_dev;Trusted_Connection=True;TrustServerCertificate=True;",
|
|
"EmployeeConnection": "Server=localhost,1433;Database=da_survey_dev;User Id=sa;Password=Password123;TrustServerCertificate=True;"
|
|
}
|
|
}
|