Skip to content

Commit

Permalink
fix: missing proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeeelsdon committed Nov 28, 2023
1 parent ea8922b commit a5bda79
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/Data-Egress-API/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@
"RemoteSignOutPath": "/SignOut",
"SignedOutRedirectUri": "/",
"TokenExpiredAddress": "https://localhost:5001/Account/LoginAfterTokenExpired",
"ValidAudiences": "Dare-TRE-API,Dare-TRE-UI"
"ValidAudiences": "Dare-TRE-API,Dare-TRE-UI",
"ProxyAddresURL": "http://proxy:8080",
"BypassProxy": "https://auth2.ukserp.ac.uk",
"UseRedirectURL": "false",
"RedirectURL": "https://localhost:7220"
},



"DataEgressKeyCloakSettings": {
"Authority": "https://auth2.ukserp.ac.uk/auth/realms/Data-Egress",
Expand All @@ -30,7 +34,11 @@
"RemoteSignOutPath": "/SignOut",
"SignedOutRedirectUri": "/",
"TokenExpiredAddress": "https://localhost:5001/Account/LoginAfterTokenExpired",
"ValidAudiences": "Data-Egress-UI,Data-Egress-API"
"ValidAudiences": "Data-Egress-UI,Data-Egress-API",
"ProxyAddresURL": "http://proxy:8080",
"BypassProxy": "https://auth2.ukserp.ac.uk",
"UseRedirectURL": "false",
"RedirectURL": "https://localhost:7220"

},

Expand Down

0 comments on commit a5bda79

Please sign in to comment.