Merge pull request #735

This commit is contained in:
symfony-flex-server[bot]
2019-09-28 14:00:45 +00:00
committed by GitHub
3 changed files with 31 additions and 0 deletions
@@ -0,0 +1,14 @@
# Configuration file for the MaksZeTelemetry bundle
#
# For more information about the bundle settings visit:
# https://github.com/maksze/MaksZeTelemetryBundle/blob/master/README.md
maksze_telemetry:
yandex_metrika:
#- {id: '%env(YANDEX_METRIKA_ID)%'}
yandex_webmaster:
#- {id: '%env(YANDEX_WEBMASTER_ID)%'}
google_search_console:
#- {id: '%env(GOOGLE_SEARCH_CONSOLE_ID)%'}
google_analytics:
#- {id: '%env(GOOGLE_ANALYTICS_ID)%'}
@@ -0,0 +1,3 @@
_maksze_telemetry:
resource: '@MaksZeTelemetryBundle/Resources/config/routes.xml'
prefix: /
+14
View File
@@ -0,0 +1,14 @@
{
"bundles": {
"MaksZe\\TelemetryBundle\\MaksZeTelemetryBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"YANDEX_METRIKA_ID": "any_id",
"YANDEX_WEBMASTER_ID": "any_id",
"GOOGLE_SEARCH_CONSOLE_ID": "any_id",
"GOOGLE_ANALYTICS_ID": "any_id"
}
}