mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
switch memcached from tcp to unix domain socket
This commit is contained in:
@@ -3,5 +3,3 @@ DATABASE_NAME={{ pg_database }}
|
||||
DATABASE_HOST={{ pg_hostname|default('postgresql') }}
|
||||
DATABASE_PORT={{ pg_port|default('5432') }}
|
||||
DATABASE_PASSWORD={{ pg_password | quote }}
|
||||
MEMCACHED_HOST={{ memcached_hostname|default('localhost') }}
|
||||
MEMCACHED_PORT={{ memcached_port|default('11211') }}
|
||||
|
||||
Reference in New Issue
Block a user