mlnc4 is offline, use demo.evergreencatalog.com for a demo account
authorkenstir <kenstir@gmail.com>
Sun, 22 Nov 2015 02:23:39 +0000 (21:23 -0500)
committerkenstir <kenstir@gmail.com>
Sun, 22 Nov 2015 02:23:39 +0000 (21:23 -0500)
Open-ILS/src/Android/core/src/org/evergreen_ils/auth/AuthenticatorActivity.java

index a6986a7..0f39191 100644 (file)
@@ -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);
         }