Merge branch 'release-2.140.115'
[feisty_meow.git] / production / example_apps / zippy_maps / config / config_google.default.php
diff --git a/production/example_apps/zippy_maps/config/config_google.default.php b/production/example_apps/zippy_maps/config/config_google.default.php
new file mode 100644 (file)
index 0000000..979b340
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+/*
+ * this is a special config file for google maps api config items.
+ * the big one here is the API key, which needs to be configured per site.
+ * see google's API key documentation for more details, e.g.:
+ *    https://developers.google.com/maps/documentation/javascript/get-api-key
+ */
+return [
+'GoogleMap' => [
+               'key' => 'your-api-key-here',
+       ],
+];
+
+
+?>
+