Files
luma/backend/.env
2025-09-08 21:46:10 +00:00

9 lines
369 B
Bash

# Azure Configuration
AZURE_STORAGE_CONNECTION_STRING=DefaultEndpointsProtocol=https;AccountName=dorafilestorage;AccountKey=jIWkUgfQSpUafX6lHzRM8n1xmFwZ4FlZ7ZAafn4h8R+5UXZkNsT4y2vB9cVoiVOl7NGUOmsx7I+Q+AStAz871w==;EndpointSuffix=core.windows.net
AZURE_STORAGE_ACCOUNT_NAME=dorafilestorage
AZURE_CONTAINER_NAME=files
# App Configuration
DEBUG=true
HOST=0.0.0.0
PORT=8000