Merge pull request #1382 from jakemcdermott/cookie-settings

adding in default session cookie setting for docker stand alone
This commit is contained in:
Jake McDermott 2018-02-27 20:42:46 -05:00 committed by GitHub
commit 01ee2adf30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ CLUSTER_HOST_ID = "awx"
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
CSRF_COOKIE_SECURE = False
SESSION_COOKIE_SECURE = False
###############################################################################
# EMAIL SETTINGS