]> source.dussan.org Git - redmine.git/commitdiff
Remove mistakenly added database_cipher_key from config/configuration.yml.example...
authorGo MAEDA <maeda@farend.jp>
Sat, 5 Sep 2020 08:34:55 +0000 (08:34 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 5 Sep 2020 08:34:55 +0000 (08:34 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20006 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/configuration.yml.example

index 4001c5aba32364d635db9cc96c83c2ebef1bc05a..842f69e6ba7588efd0d56bd8aa04e957131c43a6 100644 (file)
@@ -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