change default value of USE_LOCAL to True

This commit is contained in:
Amol
2023-11-18 00:59:03 +05:30
committed by GitHub
parent 0b0c18d106
commit 3cdc4116aa
+1 -1
View File
@@ -42,7 +42,7 @@ DO_SECRET_ACCESS_KEY=
# Digital ocean spaces region or AWS s3 region # Digital ocean spaces region or AWS s3 region
DO_REGION=us-west DO_REGION=us-west
# local storage # local storage
USE_LOCAL=FALSE USE_LOCAL=TRUE
# Email mailgun config (The app will not initialize if any of these 3 variables are not set) ********************************************************************************************************************* # Email mailgun config (The app will not initialize if any of these 3 variables are not set) *********************************************************************************************************************
MAILGUN_API_KEY=XXXXX MAILGUN_API_KEY=XXXXX