From: Go MAEDA Date: Sat, 5 Sep 2020 08:34:55 +0000 (+0000) Subject: Remove mistakenly added database_cipher_key from config/configuration.yml.example... X-Git-Tag: 4.2.0~805 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ec9026353305bac6ecd868e9a74a378dae4d7305;p=redmine.git Remove mistakenly added database_cipher_key from config/configuration.yml.example (#1237, #33929). git-svn-id: http://svn.redmine.org/redmine/trunk@20006 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/configuration.yml.example b/config/configuration.yml.example index 4001c5aba..842f69e6b 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -151,7 +151,7 @@ default: # * decrypt data using 'rake db:decrypt RAILS_ENV=production' first # * change the cipher key here in your configuration file # * encrypt data using 'rake db:encrypt RAILS_ENV=production' - database_cipher_key: 'foo' + database_cipher_key: # Set this to false to disable plugins' assets mirroring on startup. # You can use `rake redmine:plugins:assets` to manually mirror assets