comparison config/config.php @ 97:c1bb174a22f3 extractapp

Topic synchronization with LGServices. Adaption for moving table from Gazetteer to LGService.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 16 Feb 2016 15:07:43 +0100
parents ce7e933b18b0
children 6ba742b712b0
comparison
equal deleted inserted replaced
96:ce7e933b18b0 97:c1bb174a22f3
16 16
17 $AT_LOCAL = true; 17 $AT_LOCAL = true;
18 18
19 if (!$AT_LOCAL) { 19 if (!$AT_LOCAL) {
20 // host at localgazetteers-dev server 20 // host at localgazetteers-dev server
21 $mysql_database = "Gazetteer"; 21 //$mysql_database = "Gazetteer"; // move the functional tables from Gazetteer database to LGServices database
22 $mysql_database = "LGServices";
23
22 $mysql_server = "localhost"; 24 $mysql_server = "localhost";
23 $mysql_user = "root"; 25 $mysql_user = "root";
24 $mysql_password = "admin"; 26 $mysql_password = "admin";
25 $server_host = "http://localgazetteers.mpiwg-berlin.mpg.de/"; 27 $server_host = "http://localgazetteers.mpiwg-berlin.mpg.de/";
26 $lgserver_url = $server_host."LGServices/"; 28 $lgserver_url = $server_host."LGServices/";
27 29
28 } else { 30 } else {
29 // localhost 31 // localhost
30 $mysql_database = "Gazetteer"; 32 //$mysql_database = "Gazetteer"; // move the functional tables from Gazetteer database to LGServices database
33 $mysql_database = "LGServices";
34
31 $mysql_server = "localhost"; 35 $mysql_server = "localhost";
32 $mysql_user = "root"; 36 $mysql_user = "root";
33 $mysql_password = "root"; 37 $mysql_password = "root";
34 $server_host = "http://localhost:1080/localgazetteers-dev/"; 38 $server_host = "http://localhost:1080/localgazetteers-dev/";
35 $lgserver_url = "http://localhost:8080/LGServices/"; 39 $lgserver_url = "http://localhost:8080/LGServices/";