diff options
Diffstat (limited to 'config.php')
| -rwxr-xr-x | config.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/config.php b/config.php new file mode 100755 index 0000000..b0fe6ed --- /dev/null +++ b/config.php @@ -0,0 +1,21 @@ +<?php + +$host="localhost"; +$login="tcdmaps"; +$pword="tcdmaps"; +$db="googlemaps_db"; + +/* +$host="internal-db.s65888.gridserver.com"; +$login="db65888_tcd"; +$pword="3K4DumV3"; +$db="db65888_tcdmaps"; + */ +$key="AIzaSyADLTH2csWlgn92BHVOuN6cRYsd_uKJowk&sensor=true"; + +$startlat=53.3442; +$startlng=-6.256; + +$editable="false"; +$debug="false"; +?>
\ No newline at end of file |
