Mercurial > hg > LGSearch
comparison config/config.php @ 3:bc6ce492f15d
add passwd in search page, php error log
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Thu, 25 Jun 2015 17:43:28 +0200 |
| parents | 38851c894301 |
| children | 1cf7bb8db5dd |
comparison
equal
deleted
inserted
replaced
| 2:45cbafdec56e | 3:bc6ce492f15d |
|---|---|
| 6 // host at localgazetteers-dev server | 6 // host at localgazetteers-dev server |
| 7 $mysql_database = "Gazetteer"; | 7 $mysql_database = "Gazetteer"; |
| 8 $mysql_server = "localhost"; | 8 $mysql_server = "localhost"; |
| 9 $mysql_user = "root"; | 9 $mysql_user = "root"; |
| 10 $mysql_password = "admin"; | 10 $mysql_password = "admin"; |
| 11 $server_host = "http://localgazetteers-dev/"; | 11 $server_host = "http://localgazetteers.mpiwg-berlin.mpg.de/"; |
| 12 $lgserver_url = $server_host."LGServer/"; | 12 $lgserver_url = $server_host."LGServices/"; |
| 13 | 13 |
| 14 } else { | 14 } else { |
| 15 // localhost | 15 // localhost |
| 16 $mysql_database = "Gazetteers"; | 16 $mysql_database = "Gazetteer"; |
| 17 $mysql_server = "localhost"; | 17 $mysql_server = "localhost"; |
| 18 $mysql_user = "root"; | 18 $mysql_user = "root"; |
| 19 $mysql_password = "root"; | 19 $mysql_password = "root"; |
| 20 $server_host = "http://localhost:1080/localgazetteers-dev/"; | 20 $server_host = "http://localhost:1080/localgazetteers-dev/"; |
| 21 $lgserver_url = "http://localgazetteers-dev/LGServer/"; | 21 $lgserver_url = "http://localgazetteers-dev/LGServices/"; |
| 22 | 22 |
| 23 } | 23 } |
| 24 | 24 |
| 25 $systemNAME = "interface"; | 25 $systemNAME = "interface"; |
| 26 $system_root_url = $server_host."LGSearch/"; | 26 $system_root_url = $server_host."LGSearch/"; |
