Skip to content

Commit

Permalink
Updated appsettings.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-meier committed May 28, 2023
1 parent 12567fa commit d906ba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Data
*.userosscache
*.sln.docstates
appsettings.*.json
ProviderInfo.txt

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down
8 changes: 4 additions & 4 deletions appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"DefaultConnection": "Data Source=./Data/polls.db"
},
"IdentityProvider": {
"CookieName" : "EdapAuth",
"Authority" : "<TODO>",
"ClientId" : "Edap",
"CookieName": "EdapAuth",
"Authority": "<TODO>",
"ClientId": "Edap",
"ClientSecret": "<TODO>"
}
}
}

0 comments on commit d906ba4

Please sign in to comment.