mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-26 11:17:59 +00:00
7 lines
201 B
Python
7 lines
201 B
Python
from dss import localsettings
|
|
|
|
AZURE_ACCOUNT_NAME = 'dsscdn'
|
|
AZURE_CONTAINER = 'media'
|
|
AZURE_ACCOUNT_KEY = localsettings.AZURE_ACCOUNT_KEY
|
|
AZURE_ITEM_BASE_URL = 'https://dsscdn.blob.core.windows.net/'
|