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).
5 lines
147 B
Ruby
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
|