Skip to content

Commit

Permalink
Update INTERAL_IPS and update toolbar visibility checks
Browse files Browse the repository at this point in the history
  • Loading branch information
supertom01 committed Sep 2, 2024
1 parent daa9bfc commit a405b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amelie/settings/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
'mozilla_django_oidc.middleware.SessionRefresh', # Verify OIDC session tokens
]

INTERNAL_IPS = ['127.0.0.1', 'localhost']
INTERNAL_IPS = ['127.0.0.1', 'localhost', '172.17.0.1']

# Authentication backends used by the application
AUTHENTICATION_BACKENDS = [
Expand Down

0 comments on commit a405b22

Please sign in to comment.