Use the new name in code comments

This commit is contained in:
Javi Martín
2023-07-07 15:05:07 +02:00
parent 054aef3854
commit 3d9a23bd1b
6 changed files with 24 additions and 23 deletions

View File

@@ -31,7 +31,7 @@ module Consul
config.action_view.form_with_generates_remote_forms = false
# Keep using AES-256-CBC for message encryption in case it's used
# in any CONSUL installations
# in any CONSUL DEMOCRACY installations
config.active_support.use_authenticated_message_encryption = false
# Keep using the classic autoloader until we decide how custom classes
@@ -125,7 +125,7 @@ module Consul
config.time_zone = "Madrid"
config.active_job.queue_adapter = :delayed_job
# CONSUL specific custom overrides
# CONSUL DEMOCRACY specific custom overrides
# Read more on documentation:
# * English: https://github.com/consuldemocracy/consuldemocracy/blob/master/CUSTOMIZE_EN.md
# * Spanish: https://github.com/consuldemocracy/consuldemocracy/blob/master/CUSTOMIZE_ES.md