Skip to content

Commit 19f9797

Browse files
committed
Enable keycloak
1 parent 603120c commit 19f9797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabman/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
# SECURITY WARNING: don't run with debug turned on in production!
4444
DEBUG = not production
45-
KEYCLOAK_ENABLED = False
45+
KEYCLOAK_ENABLED = True
4646

4747
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
4848

0 commit comments

Comments
 (0)