adding example apps, fixing powerup issues
[feisty_meow.git] / production / example_apps / zippy_maps / config / config_google.default.php
1 <?php
2 /*
3  * this is a special config file for google maps api config items.
4  * the big one here is the API key, which needs to be configured per site.
5  * see google's API key documentation for more details, e.g.:
6  *    https://developers.google.com/maps/documentation/javascript/get-api-key
7  */
8 return [
9 'GoogleMap' => [
10                 'key' => 'your-api-key-here',
11         ],
12 ];
13
14
15 ?>
16