Skip to content

Commit

Permalink
Fix remote
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Feb 9, 2024
1 parent 8c99664 commit a64fb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_management/settings.py
@@ -1,6 +1,6 @@
from django.conf import settings

if settings.AUTHORISED_USER_FILE:
if settings.REMOTE:
REMOTE_REGISTRY = settings.REMOTE
else:
REMOTE_REGISTRY = False

0 comments on commit a64fb8e

Please sign in to comment.