Skip to content

Commit

Permalink
Merge pull request openedx-unsupported#1048 from edx/e0d/ga-keys
Browse files Browse the repository at this point in the history
Adding new GA var.
  • Loading branch information
e0d committed Apr 29, 2014
2 parents db167c7 + b7dc770 commit 11ec74d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playbooks/roles/edxapp/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ EDXAPP_UPDATE_STATIC_FILES_KEY: false
# set to true

EDXAPP_INSTALL_PRIVATE_REQUIREMENTS: false

EDXAPP_GOOGLE_ANALYTICS_ACCOUNT: "UA-DUMMY"

#-------- Everything below this line is internal to the role ------------

#Use YAML references (& and *) and hash merge <<: to factor out shared settings
Expand Down Expand Up @@ -344,6 +347,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
ZENDESK_API_KEY: $EDXAPP_ZENDESK_API_KEY
CELERY_BROKER_USER: $EDXAPP_CELERY_USER
CELERY_BROKER_PASSWORD: $EDXAPP_CELERY_PASSWORD
GOOGLE_ANALYTICS_ACCOUNT: $EDXAPP_GOOGLE_ANALYTICS_ACCOUNT

generic_env_config: &edxapp_generic_env
GRADES_DOWNLOAD:
Expand Down

0 comments on commit 11ec74d

Please sign in to comment.