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:
@@ -6,6 +6,7 @@ metadata:
|
||||
namespace: atat
|
||||
data:
|
||||
ASSETS_URL: https://atat-cdn.azureedge.net/
|
||||
BLOB_STORAGE_URL: https://atat.blob.core.windows.net/
|
||||
CELERY_DEFAULT_QUEUE: celery-master
|
||||
CDN_ORIGIN: https://azure.atat.code.mil
|
||||
CSP: azure
|
||||
|
Reference in New Issue
Block a user