2023-08-15 22:52:30 -05:00
|
|
|
{
|
2023-08-18 14:30:34 -05:00
|
|
|
"JwtSettings": {
|
|
|
|
"securitykey": "bWlhbWkgZGFkZSBzY2hvb2xzIHNlY3JldCBrZXk="
|
|
|
|
},
|
2023-08-15 22:52:30 -05:00
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
2023-08-18 16:14:41 -05:00
|
|
|
"ConnectionStrings": {
|
2023-11-22 14:45:20 -05:00
|
|
|
//"EmployeeConnection": "Server=DESKTOP-OF5DPLQ\\SQLEXPRESS;Database=da_survey_dev;Trusted_Connection=True;TrustServerCertificate=True;"
|
|
|
|
"EmployeeConnection": "Server=tcp:da-dev.database.windows.net,1433;Initial Catalog=da-dev-db;Encrypt=True;User ID=admin-dev;Password=b3tgRABw8LGE75k;TrustServerCertificate=False;Connection Timeout=30;"
|
2023-10-11 20:23:47 -05:00
|
|
|
|
2023-08-15 22:52:30 -05:00
|
|
|
}
|
|
|
|
}
|