1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00

adds csrf flag to support http

This commit is contained in:
adamscmRH 2018-02-27 16:19:46 -05:00
parent d551566b4d
commit 69f8304643

View File

@ -30,6 +30,8 @@ AWX_PROOT_ENABLED = False
CLUSTER_HOST_ID = "awx"
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
CSRF_COOKIE_SECURE = False
###############################################################################
# EMAIL SETTINGS