Mercurial > hg > extraction-interface
comparison develop/config/config.php @ 39:8347776a44fc extractapp
embedded topic, taglist,book metadata in file
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de |
|---|---|
| date | Sun, 08 Mar 2015 22:28:21 +0100 |
| parents | 893ed33c2bd4 |
| children | 2e938dc046db |
comparison
equal
deleted
inserted
replaced
| 38:4b3da4802998 | 39:8347776a44fc |
|---|---|
| 1 <?php | 1 <?php |
| 2 | 2 |
| 3 // localhost | 3 // localhost |
| 4 $systemNAME = "interface"; | 4 $systemNAME = "interface"; |
| 5 $mysql_database = "Gazetteer"; | 5 $mysql_database = "Gazetteers"; |
| 6 $mysql_server = "localhost"; | 6 $mysql_server = "localhost"; |
| 7 $mysql_user = "root"; | 7 $mysql_user = "root"; |
| 8 $mysql_password = "admin"; | 8 $mysql_password = "root"; |
| 9 | 9 |
| 10 $system_root_url = "http://localgazetteers-dev/extraction-interface/develop"; | 10 $system_root_url = "http://localhost:1080/extraction-interface/develop"; |
| 11 | |
| 11 | 12 |
| 12 ?> | 13 ?> |
