Configure MATOMO from the environment

We try to be a 12factor app right? :-)
This commit is contained in:
Henne Vogelsang 2018-09-18 22:09:01 +02:00 committed by James Mason
parent f2ad141e32
commit d61b4253df
3 changed files with 22 additions and 18 deletions

View file

@ -70,9 +70,12 @@
# STRIPE_PUBLISHABLE_KEY=1234
# STRIPE_SECRET_KEY=5678
# Disable linting of factories in the test suite.
# Speeds up turn around times of tests
# OSEM_FACTORY_LINT=false
# MATOMO/PIWIK CONFIGURATION
# OSEM_PIWIK_ID=12345
# OSEM_PIWIK_URL=localhost
# OSEM_PIWIK_ASYNC=false
# OSEM_PIWIK_DISABLED=true
# OSEM_PIWIK_HOSTNAME=localhost
# The smtp configuration. See the rails guides for more
# http://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration
@ -104,3 +107,8 @@
# Your skylight.io keys
# SKYLIGHT_AUTHENTICATION=1234
# SKYLIGHT_PUBLIC_DASHBOARD_URL='https://oss.skylight.io/app/applications/xxxxxxxxxxxx'
# Disable linting of factories in the test suite.
# Speeds up turn around times of tests
# OSEM_FACTORY_LINT=false