Commit ca8dfa46 by David Baumgold

Correct spelling of ANALYTICS

parent f4dc82b6
...@@ -44,13 +44,13 @@ ANALYTICS_API_USERS: ...@@ -44,13 +44,13 @@ ANALYTICS_API_USERS:
ANALYTICS_API_SECRET_KEY: 'Your secret key here' ANALYTICS_API_SECRET_KEY: 'Your secret key here'
ANALYTICS_API_TIME_ZONE: 'UTC' ANALYTICS_API_TIME_ZONE: 'UTC'
ANALTYCIS_API_LANGUAGE_CODE: 'en-us' ANALYTICS_API_LANGUAGE_CODE: 'en-us'
ANALTYCIS_API_EMAIL_HOST: 'localhost' ANALYTICS_API_EMAIL_HOST: 'localhost'
ANALYTICS_API_EMAIL_HOST_USER: 'mail_user' ANALYTICS_API_EMAIL_HOST_USER: 'mail_user'
ANALTYCIS_API_EMAIL_HOST_PASSWORD: 'mail_password' ANALYTICS_API_EMAIL_HOST_PASSWORD: 'mail_password'
ANALTYCIS_API_EMAIL_PORT: 587 ANALYTICS_API_EMAIL_PORT: 587
ANALTYCIS_API_AUTH_TOKEN: 'put-your-api-token-here' ANALYTICS_API_AUTH_TOKEN: 'put-your-api-token-here'
ANALYTICS_API_CONFIG: ANALYTICS_API_CONFIG:
ANALYTICS_DATABASE: 'reports' ANALYTICS_DATABASE: 'reports'
SECRET_KEY: '{{ ANALYTICS_API_SECRET_KEY }}' SECRET_KEY: '{{ ANALYTICS_API_SECRET_KEY }}'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment