Stop tracking appsettings files
This commit is contained in:
parent
6adefd7676
commit
3138a46bd3
2 changed files with 0 additions and 40 deletions
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"Logging": {
|
|
||||||
"LogLevel": {
|
|
||||||
"Default": "Information",
|
|
||||||
"Microsoft.AspNetCore": "Warning"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,32 +0,0 @@
|
||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Loading…
Add table
Reference in a new issue