Skip to content

Commit

Permalink
Update awx/settings/defaults.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hao Liu <[email protected]>
  • Loading branch information
manstis and TheRealHaoLiu committed May 13, 2024
1 parent 44eb353 commit cc92ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
MEDIA_URL = '/media/'

LOGIN_URL = '/api/login/'
LOGOUT_ALLOWED_HOSTS = os.getenv('LOGOUT_ALLOWED_HOSTS').split(",") if os.getenv('LOGOUT_ALLOWED_HOSTS') else []
LOGOUT_ALLOWED_HOSTS = []

# Absolute filesystem path to the directory to host projects (with playbooks).
# This directory should not be web-accessible.
Expand Down

0 comments on commit cc92ee5

Please sign in to comment.