Skip to content

Commit

Permalink
Serve storage files django from host
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryvanWalen committed Aug 15, 2024
1 parent c86bb8c commit 5886e91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
"token_credential": credential,
"account_name": os.getenv("AZURE_STORAGE_ACCOUNT_NAME"),
"azure_container": os.getenv("AZURE_CONTAINER"),
"custom_domain": os.getenv("HOST_DOMAIN"),
},
},
}
Expand Down

0 comments on commit 5886e91

Please sign in to comment.