Skip to content

Commit

Permalink
fix: user pahe refresh
Browse files Browse the repository at this point in the history
closes #317
  • Loading branch information
github-actions committed Dec 12, 2020
1 parent 1c9223d commit 7010b1f
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"apiBaseUrl": "https://theidserver.herokuapp.com/api",
"loggingOptions": {
"minimum": "Debug",
"filters": [
{
"category": "System",
"level": "Warning"
},
{
"category": "Microsoft",
"level": "Information"
}
]
},
"providerOptions": {
"authority": "https://theidserver.herokuapp.com/",
"metadataUrl": "https://theidserver.herokuapp.com/heroku-metadata.json",
Expand Down

0 comments on commit 7010b1f

Please sign in to comment.