Commit 2950d4ee8ba135dfd5cd2c4ea6fc5d0f6d13a39c
1 parent
4361fd76
testing
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
backend/config/main.php
... | ... | @@ -167,6 +167,10 @@ return [ |
167 | 167 | 'seo-dynamic/<action>/<seo_category_id:[A-Za-z0-9_-]+>/<id:[A-Za-z0-9_-]+>' => 'seo-dynamic/<action>', |
168 | 168 | 'seo-dynamic/<action>/<seo_category_id:[A-Za-z0-9_-]+>' => 'seo-dynamic/<action>', |
169 | 169 | ] |
170 | + ], | |
171 | + 'googleApi' => [ | |
172 | + 'class' => '\skeeks\yii2\googleApi\GoogleApiComponent', | |
173 | + 'developer_key' => 'AIzaSyBNYr7n7bcHbO-sJ9xuWwS9xQ2OY5aFAiE', | |
170 | 174 | ] |
171 | 175 | |
172 | 176 | ], | ... | ... |