mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
Merge pull request #1382 from jakemcdermott/cookie-settings
adding in default session cookie setting for docker stand alone
This commit is contained in:
@@ -31,7 +31,7 @@ CLUSTER_HOST_ID = "awx"
|
|||||||
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
|
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
|
||||||
|
|
||||||
CSRF_COOKIE_SECURE = False
|
CSRF_COOKIE_SECURE = False
|
||||||
|
SESSION_COOKIE_SECURE = False
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# EMAIL SETTINGS
|
# EMAIL SETTINGS
|
||||||
|
|||||||
Reference in New Issue
Block a user