Skip to content

Commit

Permalink
Fixing references to old L1 servers
Browse files Browse the repository at this point in the history
Fixing references to old L1 servers
  • Loading branch information
rushirajnenuji committed Mar 4, 2020
1 parent 46fe29d commit 615719b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/includes/login-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<button type="submit" class="login-modal__submit" id="login" name="login">Log In</button>
<a href="/account/pwreset" class="login-modal__forgot">Forgot your password?</a>
</div>
<span class="login-modal__new">New to EZID? <strong><a href="http://ids-ezid-dev.cdlib.org/contact" class="login-modal__sign-up-link">Contact Us.</a></strong></span>
<span class="login-modal__new">New to EZID? <strong><a href="https://uc3-ezidx2-stg.cdlib.org/contact" class="login-modal__sign-up-link">Contact Us.</a></strong></span>
<input type="hidden" name="redirect_to" value="/">
</form>
</div>
4 changes: 2 additions & 2 deletions settings/ezid.conf
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ enabled: true
{remotedev}enabled: false
region: us-west-2
namespace: EZID
{staging}instance_name: ids-ezid-stg
{production}instance_name: ids-ezid-prd
{staging}instance_name: uc3-ezidx2-stg
{production}instance_name: uc3-ezidx2-prd

[linkchecker]
# All times are in seconds. 'table_update_cycle' is how often the
Expand Down
2 changes: 1 addition & 1 deletion tools/client
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ signal.signal(signal.SIGINT, lambda signal, frame: sys.exit())

KNOWN_SERVERS = {
"l": "http://localhost:8000",
"s": "https://ids-ezid-stg.cdlib.org",
"s": "https://uc3-ezidx2-stg.cdlib.org",
"p": "https://ezid.cdlib.org"
}

Expand Down

0 comments on commit 615719b

Please sign in to comment.