SurveyVista/Web/appsettings.json
Qaisyousuf 285eb3ce93 Update email services and improve email template in online survey project
Replaced the email service implementation and enhanced the email template design. The main email address for sending online surveys is now survey@asurvey.dk.
2025-08-05 14:22:48 +02:00

32 lines
1.1 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"SurveyVista": "data source=SEO-PC; initial catalog=SurveyVista;integrated security=True; TrustServerCertificate=True;"
},
//"ConnectionStrings": {
// "SurveyVista": "data source=mssql11.curanet.dk; initial catalog=yacht_view_com;User Id=yacht_view; Password=P-S@bH49As; TrustServerCertificate=True;"
//},
//"ConnectionStrings": {
// "SurveyVista": "data source=SQL1003.site4now.net; Initial Catalog=db_ab8a17_vistasurvey;User Id=db_ab8a17_vistasurvey_admin,Password=1!QaisYousuf;integrated security=True; TrustServerCertificate=True;"
//},
"Email": {
"From": "survey@asurvey.dk",
"ApplicationName": "Online Survey",
"ConfirmEmailPath": "Subscription/Confirmation",
"unsubscribePath": "Subscription/UnsubscribeConfirmation",
"Questionnaire": "QuestionnaireResponse/DisplayQuestionnaire"
},
"MailJet": {
"ApiKey": "f06e28f892a81377545360662d8fe250",
"SecretKey": "244883216ed68f83d2d4107bc53c6484"
}
}