Files
grecia/config/environments/custom/production.rb
Javi Martín b7e116b53f 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).
2022-10-05 17:25:47 +02:00

5 lines
147 B
Ruby

Rails.application.configure do
# Overwrite settings for the production environment or add your own
# custom settings for this environment.
end