mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
Let users disable create_preload_data if it isn't necessary
The demo things might not be desirable in a production environment.
This commit is contained in:
committed by
Ryan Petrello
parent
b132f855a0
commit
1dd44df471
@@ -88,6 +88,9 @@ rabbitmq_erlang_cookie=cookiemonster
|
||||
admin_user=admin
|
||||
admin_password=password
|
||||
|
||||
# Whether or not to create preload data for demonstration purposes
|
||||
create_preload_data=True
|
||||
|
||||
# AWX Secret key
|
||||
# It's *very* important that this stay the same between upgrades or you will lose the ability to decrypt
|
||||
# your credentials
|
||||
|
||||
Reference in New Issue
Block a user