Skip to content

Commit

Permalink
Merge pull request #45 from SmartReports/dev
Browse files Browse the repository at this point in the history
storage
  • Loading branch information
PaulMagos authored Nov 27, 2023
2 parents 4d93e5b + 4863d31 commit 42a817e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions smartreport/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@
EMAIL_USE_TLS = False
EMAIL_USE_SSL = True

STORAGES={
"default": {
"BACKEND": "django_storage_supabase.supabase",
}
}

DEFAULT_FILE_STORAGE = 'django_storage_supabase.supabase'
SUPABASE_API_KEY = os.environ.get('SUPABASE_ANON_KEY')
Expand Down

0 comments on commit 42a817e

Please sign in to comment.