Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add admin self-serve UI #81

Merged
merged 11 commits into from
Jul 29, 2024
Prev Previous commit
Next Next commit
add stage default admin setup url
  • Loading branch information
ucarion committed Jul 26, 2024
commit e4a8ed5301db7b68614efc2376952a40bf1c569b
4 changes: 4 additions & 0 deletions cmd/api/task-definition-stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 48,10 @@
"name": "API_DEFAULT_AUTH_URL",
"value": "https://auth.stage.ssoready-nonprod.com"
},
{
"name": "API_DEFAULT_ADMIN_SETUP_URL",
"value": "https://stage--ssoready-admin.netlify.app/setup"
},
{
"name": "API_EMAIL_CHALLENGE_FROM",
"value": "[email protected]"
Expand Down
Loading