Fix broken defaults in awx installer

This commit is contained in:
Shane McDonald 2018-10-09 19:15:32 -04:00
parent 7a5cfd05a3
commit de60165a49

View File

@ -65,6 +65,10 @@ pg_password=awxpass
pg_database=awx
pg_port=5432
# RabbitMQ Configuration
rabbitmq_password=awxpass
rabbitmq_erlang_cookie=cookiemonster
# Use a local distribution build container image for building the AWX package
# This is helpful if you don't want to bother installing the build-time dependencies as
# it is taken care of already.