From: kenstir Date: Sun, 22 Nov 2015 02:23:39 +0000 (-0500) Subject: mlnc4 is offline, use demo.evergreencatalog.com for a demo account X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a428c26d76d2fcdc07b1297ffe87f2b1bf8e0cba;p=working%2FEvergreen.git mlnc4 is offline, use demo.evergreencatalog.com for a demo account --- diff --git a/Open-ILS/src/Android/core/src/org/evergreen_ils/auth/AuthenticatorActivity.java b/Open-ILS/src/Android/core/src/org/evergreen_ils/auth/AuthenticatorActivity.java index a6986a73ac..0f391911d6 100644 --- a/Open-ILS/src/Android/core/src/org/evergreen_ils/auth/AuthenticatorActivity.java +++ b/Open-ILS/src/Android/core/src/org/evergreen_ils/auth/AuthenticatorActivity.java @@ -302,8 +302,8 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity { libraries.clear(); if (isDebuggable()) { - //Library library = new Library("https://demo.evergreencatalog.com", "Evergreencatalog.com Demo", "0ut There, US (evergreencatalog.com Example Consortium)"); - Library library = new Library("http://mlnc4.mvlcstaff.org", "MVLC Demo", "0ut There, US (MVLC Example Consortium)");// SSL not working + Library library = new Library("https://demo.evergreencatalog.com", "evergreencatalog.com Demo", "0ut There, US (evergreencatalog.com Demo)"); + //Library library = new Library("http://mlnc4.mvlcstaff.org", "MVLC Demo", "0ut There, US (MVLC Demo)");// SSL not working libraries.add(library); }