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

Remove patron upgrade url #1121

Merged
merged 4 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ THUMBNAIL_SERVICE_API_BASE_URL="define THUMBNAIL_SERVICE_API_BASE_URL"
# Feedback
FEEDBACK_ERROR_URL=https://reftracker.nla.gov.au/reft100.aspx?key=Report_an_error

# Patron Keycloak migration
PATRON_UPGRADE_URL="define PATRON_UPGRADE_URL"

# 2FA registration
EMAIL_2FA_REGISTRATION_URL="define EMAIL_2FA_REGISTRATION_URL"
EMAIL_2FA_REGISTRATION_REDIRECT_URL="define EMAIL_2FA_REGISTRATION_REDIRECT_URL"
Expand Down
3 changes: 0 additions & 3 deletions .env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ CATALOGUE_SERVICES_REALM="define CATALOGUE_SERVICES_REALM"
# Thumbnails
THUMBNAIL_SERVICE_API_BASE_URL="define THUMBNAIL_SERVICE_API_BASE_URL"

# Patron Keycloak migration
PATRON_UPGRADE_URL="define PATRON_UPGRADE_URL"

# 2FA registration
EMAIL_2FA_REGISTRATION_URL="define EMAIL_2FA_REGISTRATION_URL"
EMAIL_2FA_REGISTRATION_REDIRECT_URL="define EMAIL_2FA_REGISTRATION_REDIRECT_URL"
Expand Down
3 changes: 0 additions & 3 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ THUMBNAIL_SERVICE_API_BASE_URL=http://thumbservices.test
# Feedback
FEEDBACK_ERROR_URL=https://reftracker.nla.gov.au/reft100.aspx?key=Report_an_error

# Patron Keycloak migration
PATRON_UPGRADE_URL=https://test.nla.gov.au/patron/upgrade

# Copyright
COPYRIGHT_SERVICE_URL=https://test.nla.gov.au/copyright/
COPYRIGHT_CONTACT_URL=https://test.nla.gov.au/contact-us
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ These variables are mainly used in the `staging` or `production` environment.
CATALOGUE_SERVICES_REALM - Catalogue Services realm name

THUMBNAIL_SERVICE_API_BASE_URL - URL to the thumbnail service API base URL

PATRON_UPGRADE_URL - URL to the Patron Upgrade service
</details>

## Setup
Expand Down
Loading