Mercurial > hg > extraction-interface
comparison config/config.php @ 68:6676ca451dcc extractapp
New: check taglist is deprecated or not. Change url 'LGserver'->'LGServices'
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Tue, 07 Apr 2015 14:59:39 +0200 |
| parents | a11f9103b8db |
| children | 97c1e5102a22 |
comparison
equal
deleted
inserted
replaced
| 67:3ada9334ebfc | 68:6676ca451dcc |
|---|---|
| 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-dev/"; |
| 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 = "Gazetteers"; |
| 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 $systemNAME = "interface"; | 24 $systemNAME = "interface"; |
| 25 $system_root_url = $server_host."extraction-interface"; | 25 $system_root_url = $server_host."extraction-interface"; |
| 26 | 26 |
