Skip to content

Commit

Permalink
clean up appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-awelle committed May 29, 2024
1 parent fb14b63 commit aea84ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cite.Api/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"GalleryApiUrl": "http://localhost:4722/"
},
"XApiOptions": {
"Endpoint": "http://localhost/xapi",
"Endpoint": "",
"Username": "",
"Password": "",
"IssuerUrl": "http://localhost:5000",
"ApiUrl": "http://localhost:4720/api/",
"UiUrl": "http://localhost:4721",
"IssuerUrl": "",
"ApiUrl": "",
"UiUrl": "",
"EmailDomain": "",
"Platform": "CITE"
"Platform": ""
},
"ResourceOwnerAuthorization": {
"Authority": "http://localhost:8080/realms/crucible",
Expand Down

0 comments on commit aea84ea

Please sign in to comment.