V1 de backend funcional
This commit is contained in:
9
backend/.env
Normal file
9
backend/.env
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user