Add BLOB_STORAGE_URL config

Our content security policy in non-dev environments didn't allow uploading to azure blob storage. This adds a configurable blob storage base URL to allow regions to specify which storage endpoint they expect the upload request to use.
This commit is contained in:
tomdds
2019-11-22 11:56:27 -05:00
parent 5cc032b655
commit 4df68bab23
3 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
[default]
ASSETS_URL
BLOB_STORAGE_URL=http://localhost:8000/
CAC_URL = http://localhost:8000/login-redirect
CA_CHAIN = ssl/server-certs/ca-chain.pem
CDN_ORIGIN=http://localhost:8000