Commit c3a43198 by muhammad-ammar

fixes after testing with val

parent 55901ac5
......@@ -37,6 +37,8 @@ video_pipeline_debian_pkgs:
- libffi6
- libffi-dev
VIDEO_PIPELINE_HOST_ENVIRONMENT: 'sandbox'
VIDEO_PIPELINE_NGINX_PORT: "1{{ video_pipeline_gunicorn_port }}"
VIDEO_PIPELINE_SSL_NGINX_PORT: "4{{ video_pipeline_gunicorn_port }}"
......@@ -74,7 +76,7 @@ VIDEO_PIPELINE_MEDIA_STORAGE_BACKEND:
VIDEO_PIPELINE_ENVIRONMENT:
VIDEO_PIPELINE_CFG: "{{ COMMON_CFG_DIR }}/{{ video_pipeline_service_name }}.yml"
PYTHONPATH: "{{ video_pipeline_code_dir }}""
PYTHONPATH: "{{ video_pipeline_code_dir }}"
VIDEO_PIPELINE_SERVICE_USER: 'pipeline_service_user'
......@@ -249,7 +251,7 @@ VIDEO_PIPELINE_CONFIG:
# ---
# Celery Info
# ---
celery_app_name: veda_production
celery_app_name: 'veda_{{ VIDEO_PIPELINE_HOST_ENVIRONMENT }}'
# can do multiple queues like so: foo,bar,baz
main_celery_queue: encode_worker
celery_receiver_queue: encode_worker
......
......@@ -308,7 +308,7 @@ DISCOVERY_SOCIAL_AUTH_REDIRECT_IS_HTTPS: true
VIDEO_PIPELINE_DOMAIN: "pipeline-${deploy_host}"
VIDEO_PIPELINE_URL_ROOT: "https://{{ VIDEO_PIPELINE_DOMAIN }}"
VIDEO_PIPELINE_SOCIAL_AUTH_REDIRECT_IS_HTTPS: false
VIDEO_PIPELINE_VAL_BASE_URL: "{{ EDXAPP_CMS_BASE }}"
VIDEO_PIPELINE_VAL_BASE_URL: "https://{{ EDXAPP_LMS_BASE }}"
EOF
fi
......
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