Commit 13b8aa0a by Fred Smith

Merge pull request #2035 from edx/derf/finance_reports_S3_defaults

finance reports S3 defaults
parents 340d9b79 7921d2ab
......@@ -132,6 +132,11 @@ EDXAPP_ONLOAD_BEACON_SAMPLE_RATE: 0.0
EDXAPP_TENDER_DOMAIN: "None"
EDXAPP_TENDER_SUBDOMAIN: "None"
EDXAPP_FINANCIAL_REPORTS:
BUCKET: !!null
ROOT_PATH: "sandbox"
STORAGE_TYPE: "s3"
#Only address should have newlines
EDXAPP_PDF_RECEIPT_BILLING_ADDRESS: |
Fake Billing Services
......@@ -669,6 +674,7 @@ generic_cache_config: &default_generic_cache
generic_env_config: &edxapp_generic_env
ECOMMERCE_API_URL: "{{ EDXAPP_ECOMMERCE_API_URL }}"
FINANCIAL_REPORTS: "{{ EDXAPP_FINANCIAL_REPORTS }}"
ONLOAD_BEACON_SAMPLE_RATE: "{{ EDXAPP_ONLOAD_BEACON_SAMPLE_RATE }}"
CORS_ORIGIN_WHITELIST: "{{ EDXAPP_CORS_ORIGIN_WHITELIST }}"
CORS_ORIGIN_ALLOW_ALL: "{{ EDXAPP_CORS_ORIGIN_ALLOW_ALL }}"
......
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