SurveyVista/Web/appsettings.json
2024-04-03 16:40:00 +02:00

24 lines
622 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"SurveyVista": "data source=SEO-PC; initial catalog=SurveyVista;integrated security=True; TrustServerCertificate=True;"
},
"Email": {
"From": "mr.qais.yousuf@gmail.com",
"ApplicationName": "Online Survey",
"ConfirmEmailPath": "Subscription/Confirmation"
//"ResetPasswordPath": "account/reset-password"
},
"MailJet": {
"ApiKey": "f545eee3a4743464b9d25fb9c5ab3f6c",
"SecretKey": "9fa430ef00873fdefe333fdc40ee3f8f"
}
}