changeset 109:b74bfc633790 extractapp

Commit from test site
author Calvin Yeh <cyeh@mpipw-berlin.mpg.com>
date Tue, 21 Mar 2017 18:23:34 +0100
parents 025530e37dcd
children 8c5b8208a9f7
files config/config.php
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/config/config.php	Tue Mar 21 18:23:05 2017 +0100
+++ b/config/config.php	Tue Mar 21 18:23:34 2017 +0100
@@ -14,7 +14,7 @@
 		global $AT_LOCAL, $mysql_database, $mysql_server, $mysql_user, $mysql_password, $server_host, $lgserver_url,
 				$systemNAME, $system_root_url;
 
-		$AT_LOCAL = true;
+		$AT_LOCAL = false;
 
 		if (!$AT_LOCAL) {
 			// host at localgazetteers-dev server
@@ -24,7 +24,7 @@
 			$mysql_server = "localhost";
 			$mysql_user = "root";
 			$mysql_password = "admin";
-			$server_host = "http://localgazetteers-test.mpiwg-berlin.mpg.de/";
+			$server_host = "https://localgazetteers-test.mpiwg-berlin.mpg.de/";
 			$lgserver_url = $server_host."LGServices/";
 
 		} else {
@@ -35,9 +35,7 @@
 			$mysql_server = "localhost";
 			$mysql_user = "root";
 			$mysql_password = "root";
-
-
-			$server_host = "http://localhost:1080/localgazetteers-dev/";
+			$server_host = "http://localhost:1080/localgazetteers/";
 			$lgserver_url = "http://localhost:8080/LGServices/";
 		}