30 lines
789 B
JSON
30 lines
789 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",
|
|
"unsubscribePath": "Subscription/UnsubscribeConfirmation",
|
|
"Questionnaire": "QuestionnaireResponse/DisplayQuestionnaire"
|
|
|
|
},
|
|
"MailJet": {
|
|
"ApiKey": "f545eee3a4743464b9d25fb9c5ab3f6c",
|
|
"SecretKey": "9fa430ef00873fdefe333fdc40ee3f8f"
|
|
},
|
|
"OpenAI": {
|
|
"ApiKey": "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"
|
|
|
|
}
|
|
|
|
}
|