Unverified Commit 925f531e by Waheed Ahmed Committed by GitHub

Merge pull request #4241 from edx/waheed/LEARNER-2731-add-branch-key

Add BRANCH_KEY to configure branch.io banners.
parents e137c8f5 19cc1a03
- Role: edxapp
- Added `EDXAPP_BRANCH_IO_KEY` to configure branch.io journey app banners.
- Role: ecomworker - Role: ecomworker
- Added `ECOMMERCE_WORKER_BROKER_TRANSPORT` with a default value of 'ampq' to be backwards compatible with rabbit. Set to 'redis' if you wish to use redis instead of rabbit as a queue for ecommerce worker. - Added `ECOMMERCE_WORKER_BROKER_TRANSPORT` with a default value of 'ampq' to be backwards compatible with rabbit. Set to 'redis' if you wish to use redis instead of rabbit as a queue for ecommerce worker.
......
...@@ -157,6 +157,7 @@ EDXAPP_CELERY_BROKER_TRANSPORT: 'amqp' ...@@ -157,6 +157,7 @@ EDXAPP_CELERY_BROKER_TRANSPORT: 'amqp'
EDXAPP_CELERY_BROKER_VHOST: "" EDXAPP_CELERY_BROKER_VHOST: ""
EDXAPP_CELERY_BROKER_USE_SSL: false EDXAPP_CELERY_BROKER_USE_SSL: false
EDXAPP_CELERY_EVENT_QUEUE_TTL: "None" EDXAPP_CELERY_EVENT_QUEUE_TTL: "None"
EDXAPP_BRANCH_IO_KEY: ""
EDXAPP_VIDEO_CDN_URLS: EDXAPP_VIDEO_CDN_URLS:
EXAMPLE_COUNTRY_CODE: "http://example.com/edx/video?s3_url=" EXAMPLE_COUNTRY_CODE: "http://example.com/edx/video?s3_url="
...@@ -967,6 +968,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth ...@@ -967,6 +968,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
FACEBOOK_APP_SECRET: "{{ EDXAPP_FACEBOOK_APP_SECRET }}" FACEBOOK_APP_SECRET: "{{ EDXAPP_FACEBOOK_APP_SECRET }}"
FACEBOOK_API_VERSION: "{{ EDXAPP_FACEBOOK_API_VERSION }}" FACEBOOK_API_VERSION: "{{ EDXAPP_FACEBOOK_API_VERSION }}"
ENTERPRISE_SERVICE_WORKER_USERNAME: "{{ EDXAPP_ENTERPRISE_SERVICE_WORKER_USERNAME }}" ENTERPRISE_SERVICE_WORKER_USERNAME: "{{ EDXAPP_ENTERPRISE_SERVICE_WORKER_USERNAME }}"
BRANCH_IO_KEY: "{{ EDXAPP_BRANCH_IO_KEY }}"
generic_cache_config: &default_generic_cache generic_cache_config: &default_generic_cache
BACKEND: 'django.core.cache.backends.memcached.MemcachedCache' BACKEND: 'django.core.cache.backends.memcached.MemcachedCache'
......
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