Mercurial > hg > LGMap
comparison config/config.php @ 20:982f98f0e52e
for ssl protocol
author | Calvin Yeh <cyeh@mpipw-berlin.mpg.com> |
---|---|
date | Thu, 23 Mar 2017 11:13:24 +0100 |
parents | a599ced81534 |
children | 057b56c62b13 |
comparison
equal
deleted
inserted
replaced
19:3f1800e63c48 | 20:982f98f0e52e |
---|---|
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.mpiwg-berlin.mpg.de/"; | 11 $server_host = "//localgazetteers-test.mpiwg-berlin.mpg.de/"; |
12 $lgserver_url = $server_host."LGServices/"; | 12 $lgserver_url = $server_host."LGServices/"; |
13 $lgdataverse_url = "http://dvn.localgazetteers.mpiwg-berlin.mpg.de/"; | 13 $lgdataverse_url = "//dvn.localgazetteers-test.mpiwg-berlin.mpg.de/"; |
14 | 14 |
15 } else { | 15 } else { |
16 // localhost | 16 // localhost |
17 $mysql_database = "Gazetteer"; | 17 $mysql_database = "Gazetteer"; |
18 $mysql_server = "localhost"; | 18 $mysql_server = "localhost"; |
19 $mysql_user = "root"; | 19 $mysql_user = "root"; |
20 $mysql_password = "root"; | 20 $mysql_password = "root"; |
21 $server_host = "http://localhost:1080/localgazetteers-dev/"; | 21 $server_host = "http://localhost:1080/localgazetteers/"; |
22 $lgserver_url = "http://localhost:8080/LGServices/"; | 22 $lgserver_url = "http://localgazetteers-test/LGServices/"; |
23 $lgdataverse_url = "http://localhost:8082/"; | 23 |
24 } | 24 } |
25 | 25 |
26 $systemNAME = "interface"; | 26 $systemNAME = "interface"; |
27 $system_root_url = $server_host."LGMap/"; | 27 $system_root_url = $server_host."LGMap/"; |
28 | 28 |