Do not set default admin_password

This commit is contained in:
Shane McDonald
2021-01-19 11:32:06 -05:00
parent 3a467067f3
commit aabb55810b
2 changed files with 7 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ pg_port=5432
# This will create or update a default admin (superuser) account in AWX, if not provided
# then these default values are used
admin_user=admin
admin_password=password
# admin_password=password
# Whether or not to create preload data for demonstration purposes
create_preload_data=True