Mercurial > hg > extraction-interface
comparison config/config.php @ 102:6ba742b712b0 extractapp
new: use cookie in browser to trigger auto refresh page in LGServices
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Wed, 25 May 2016 11:29:28 +0200 |
parents | c1bb174a22f3 |
children | 2cc65ff46174 |
comparison
equal
deleted
inserted
replaced
101:a264460c77ca | 102:6ba742b712b0 |
---|---|
33 $mysql_database = "LGServices"; | 33 $mysql_database = "LGServices"; |
34 | 34 |
35 $mysql_server = "localhost"; | 35 $mysql_server = "localhost"; |
36 $mysql_user = "root"; | 36 $mysql_user = "root"; |
37 $mysql_password = "root"; | 37 $mysql_password = "root"; |
38 | |
39 | |
38 $server_host = "http://localhost:1080/localgazetteers-dev/"; | 40 $server_host = "http://localhost:1080/localgazetteers-dev/"; |
39 $lgserver_url = "http://localhost:8080/LGServices/"; | 41 $lgserver_url = "http://localhost:8080/LGServices/"; |
40 } | 42 } |
41 | 43 |
42 $systemNAME = "interface"; | 44 $systemNAME = "interface"; |