Skip to content

Commit

Permalink
Merge f4cc067 into a2ec00c
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Mar 23, 2017
2 parents a2ec00c + f4cc067 commit 4227e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbbackup/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
GPG_ALWAYS_TRUST = getattr(settings, 'DBBACKUP_GPG_ALWAYS_TRUST', False)
GPG_RECIPIENT = GPG_ALWAYS_TRUST = getattr(settings, 'DBBACKUP_GPG_RECIPIENT', None)

STORAGE = getattr(settings, 'DBBACKUP_STORAGE', 'dbbackup.storage.filesystem_storage')
STORAGE = getattr(settings, 'DBBACKUP_STORAGE', 'django.core.files.storage.FileSystemStorage')
STORAGE_OPTIONS = getattr(settings, 'DBBACKUP_STORAGE_OPTIONS', {})

CONNECTORS = getattr(settings, 'DBBACKUP_CONNECTORS', {})
Expand Down

0 comments on commit 4227e45

Please sign in to comment.