20 lines
628 B
Bash
20 lines
628 B
Bash
|
|
# Azure CDN Configuration
|
||
|
|
# Generated: 2025-11-13 05:53:18 UTC
|
||
|
|
|
||
|
|
# Storage Account
|
||
|
|
AZURE_STORAGE_ACCOUNT=theordercdn12439
|
||
|
|
AZURE_STORAGE_KEY=IpwiOwvyXcTNWeaFd+r63iM7vZQ7xli7CgIyxUrGOqAa337iQwzyKbvGNwpD+NTVcfa2M8GX5y6i+AStnOapXA==
|
||
|
|
AZURE_STORAGE_CONTAINER=images
|
||
|
|
AZURE_RESOURCE_GROUP=the-order-cdn-rg
|
||
|
|
AZURE_LOCATION=westeurope
|
||
|
|
|
||
|
|
# CDN
|
||
|
|
AZURE_CDN_PROFILE=theorder-cdn-profile
|
||
|
|
AZURE_CDN_ENDPOINT=theorder-cdn-endpoint
|
||
|
|
AZURE_CDN_ENDPOINT_URL=
|
||
|
|
|
||
|
|
# CDN Base URLs
|
||
|
|
CDN_BASE_URL_BLOB=https://theordercdn12439.blob.core.windows.net/images/
|
||
|
|
CDN_BASE_URL_CDN=https://theorder-cdn-endpoint.azureedge.net/images/
|
||
|
|
CDN_BASE_URL=${CDN_BASE_URL_CDN:-}
|