Skip to content

Commit

Permalink
push appsettings to be compatible with heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbarash committed Sep 19, 2024
1 parent 8b1b6a3 commit 5e4eee2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ UpgradeLog*.XML
UpgradeLog*.htm

# Config file
appsettings.json
.vscode/
13 changes: 13 additions & 0 deletions appsettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"IDme":{
"ClientId":"${IDME_CLIENT_ID}",
"ClientSecret":"${IDME_CLIENT_SECRET}",
"Authority": "https://api.idmelabs.com"
}
}

0 comments on commit 5e4eee2

Please sign in to comment.