diff options
| author | Comment <tim@gray.(none)> | 2013-05-08 22:59:04 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-05-08 22:59:04 +0100 |
| commit | 4f81e9399051cc90ccddeb69b785d7422a28a1ff (patch) | |
| tree | ea5187184ed61114b9315371e5c2d709bdf26c4f /config.php | |
initial commit
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 |
