puppet-horizon/spec/fixtures/override_local_settings.py.erb
Takashi Kajinami 08acafc46b Stop replacing whole HORIZON_CONFIG dict
... so that we can leverage the default items defined in horizon.

Change-Id: I6242f8cb48e51892476ead2f764d7d2c96d11448
2023-02-16 16:46:23 +09:00

5 lines
105 B
Plaintext

# Custom local_settings.py
DEBUG = <%= @django_debug %>
HORIZON_CONFIG["help_url"] = "<%= @help_url %>"