Mercurial > hg > extraction-interface
comparison develop/config/config.php @ 42:c245d54eab9f extractapp
config lg server url, without port
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Thu, 12 Mar 2015 17:33:30 +0100 |
| parents | 2e938dc046db |
| children |
comparison
equal
deleted
inserted
replaced
| 41:533a6c39c128 | 42:c245d54eab9f |
|---|---|
| 8 $mysql_database = "Gazetteer"; | 8 $mysql_database = "Gazetteer"; |
| 9 $mysql_server = "localhost"; | 9 $mysql_server = "localhost"; |
| 10 $mysql_user = "root"; | 10 $mysql_user = "root"; |
| 11 $mysql_password = "admin"; | 11 $mysql_password = "admin"; |
| 12 $system_root_url = "http://localgazetteers-dev/extraction-interface/develop"; | 12 $system_root_url = "http://localgazetteers-dev/extraction-interface/develop"; |
| 13 $lgserver_url = "http://localgazetteers-dev/LGServer/"; | |
| 13 | 14 |
| 14 } else { | 15 } else { |
| 15 // localhost | 16 // localhost |
| 16 $systemNAME = "interface"; | 17 $systemNAME = "interface"; |
| 17 $mysql_database = "Gazetteers"; | 18 $mysql_database = "Gazetteers"; |
| 18 $mysql_server = "localhost"; | 19 $mysql_server = "localhost"; |
| 19 $mysql_user = "root"; | 20 $mysql_user = "root"; |
| 20 $mysql_password = "root"; | 21 $mysql_password = "root"; |
| 21 $system_root_url = "http://localhost:1080/extraction-interface/develop"; | 22 $system_root_url = "http://localhost:1080/extraction-interface/develop"; |
| 23 $lgserver_url = "http://localgazetteers-dev/LGServer/"; | |
| 22 } | 24 } |
| 23 | 25 |
| 24 ?> | 26 ?> |
