From a428c26d76d2fcdc07b1297ffe87f2b1bf8e0cba Mon Sep 17 00:00:00 2001 From: kenstir Date: Sat, 21 Nov 2015 21:23:39 -0500 Subject: [PATCH] mlnc4 is offline, use demo.evergreencatalog.com for a demo account --- .../core/src/org/evergreen_ils/auth/AuthenticatorActivity.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.11.0