comparison config/config.php @ 90:94ad33739fa4 extractapp

modify the position of buttons in sidebar
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Fri, 12 Jun 2015 14:41:30 +0200
parents fb5049fc5dd7
children 3e11a9c5a672
comparison
equal deleted inserted replaced
89:e681d693240e 90:94ad33739fa4
30 $mysql_database = "Gazetteer"; 30 $mysql_database = "Gazetteer";
31 $mysql_server = "localhost"; 31 $mysql_server = "localhost";
32 $mysql_user = "root"; 32 $mysql_user = "root";
33 $mysql_password = "root"; 33 $mysql_password = "root";
34 $server_host = "http://localhost:1080/localgazetteers-dev/"; 34 $server_host = "http://localhost:1080/localgazetteers-dev/";
35 $lgserver_url = "http://localgazetteers/LGServices/"; 35 $lgserver_url = "http://localhost:8080/LGServices/";
36 } 36 }
37 37
38 $systemNAME = "interface"; 38 $systemNAME = "interface";
39 $system_root_url = $server_host."extraction-interface"; 39 $system_root_url = $server_host."extraction-interface";
40 40