Allow adding per-environment custom settings

Until now, when editing a specific environment, other CONSUL
installations had to edit the original file, which made it harder to
upgrade.

Now it's possible to change the default CONSUL settings using custom
files, making it easier to upgrade to versions of CONSUL which change
the original environment files (which is very common when upgrading
versions of Rails).
This commit is contained in:
Javi Martín
2022-09-29 02:43:31 +02:00
parent 3e726357eb
commit b7e116b53f
10 changed files with 32 additions and 0 deletions

View File

@@ -61,3 +61,5 @@ Rails.application.configure do
end
end
end
require Rails.root.join("config", "environments", "custom", "test")