instance_config.yaml 2 KB
Newer Older
Gregory Martin committed
1 2 3 4 5
---
# ---
# Database information
# ---

6
# SANDBOX
Gregory Martin committed
7 8
#DATABASES:
#    default:
9 10
#        ENGINE: django.db.backends.sqlite3
#        NAME: sandbox.db
Gregory Martin committed
11

12 13 14 15
## PRODUCTION
DATABASES:
    default:
        ENGINE: 'django.db.backends.mysql'
muhammad-ammar committed
16 17 18 19 20
        NAME: 'pipeline'
        USER: 'pipeline001'
        PASSWORD: 'password'
        HOST: 'localhost'
        PORT: 3306
21

22
SECRET_KEY: ""
Gregory Martin committed
23

24 25 26
# Fernet keys
FERNET_KEYS: []

27 28
# JWT AUTH settings
JWT_AUTH:
29 30 31 32
    JWT_SECRET_KEY:
    JWT_ISSUER:
    JWT_AUDIENCE:
    JWT_VERIFY_AUDIENCE:
33

Gregory Martin committed
34
# ---
35
# AWS Buckets, Prefixes
Gregory Martin committed
36
# ---
37 38 39 40
# Studio/Platform
edx_s3_ingest_prefix:
edx_s3_ingest_bucket:
edx_s3_endpoint_bucket:
41

42 43
# CF
edx_cloudfront_prefix:
44

45 46 47
# Images
aws_video_images_bucket:
aws_video_images_prefix: "video-images/"
48 49


50
# VEDA Internal
Gregory Martin committed
51 52 53
veda_s3_upload_bucket:
veda_s3_hotstore_bucket:
veda_deliverable_bucket:
54
# Settings
55 56 57 58
veda_base_url:
s3_base_url: https://s3.amazonaws.com


59 60 61
# Transcripts
aws_video_transcripts_bucket:
aws_video_transcripts_prefix: video-transcripts/
62

63 64 65 66 67 68 69
# cielo24 api urls
cielo24_api_base_url: https://sandbox.cielo24.com/api

# 3playmedia api urls
three_play_api_base_url: https://api.3playmedia.com/
three_play_api_transcript_url: https://static.3playmedia.com/

70
# a token identifying a valid request from transcript provider
71
transcript_provider_request_token: testtoken
Gregory Martin committed
72

Gregory Martin committed
73 74 75 76
# Ingest Secret
# TODO: Elminate access key after AWS Support ticket 08/20/17 regarding cross-account IAM role access.
veda_secret_access_key:
veda_access_key_id:
Gregory Martin committed
77 78 79 80 81 82 83 84

# ---
# email vars
# ---
veda_noreply_email:
admin_email:

# ---
85 86 87 88 89 90 91 92 93 94 95
# VEDA API
# ---
## VEDA API Auth
veda_api_url:
veda_auth_url:
veda_client_id:
veda_secret_key:
veda_token_url:

# ---
# VAL
Gregory Martin committed
96 97
# ---
val_api_url:
98 99 100
val_token_url:
val_video_images_url:
# Credentials
Gregory Martin committed
101 102
val_client_id:
val_secret_key:
103
val_password:
Gregory Martin committed
104
val_username:
105 106
val_transcript_create_url:
val_video_transcript_status_url:
Gregory Martin committed
107

108

Gregory Martin committed
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
rabbitmq_broker:
rabbitmq_pass:
rabbitmq_user:

# ---
# Shotgun Variables (internal mediateam)
# ---
sg_server_path:
sg_script_name:
sg_script_key:

# ---
# Endpoints
# ---
threeplay_ftphost: