Skip to content

Commit

Permalink
storage
Browse files Browse the repository at this point in the history
  • Loading branch information
matteotolloso committed Nov 27, 2023
1 parent 5db53fa commit 4863d31
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 4863d31

Please sign in to comment.