mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
9 lines
235 B
YAML
9 lines
235 B
YAML
services:
|
|
Mixpanel:
|
|
class: \Mixpanel
|
|
factory: ['Mixpanel', 'getInstance']
|
|
arguments:
|
|
- '%env(MIXPANEL_PROJECT_TOKEN)%'
|
|
# uncomment if EU resident
|
|
# - { 'host': 'api-eu.mixpanel.com' }
|