Browse Source

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
tags/4.2.0
Go MAEDA 3 years ago
parent
commit
ec90263533
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/configuration.yml.example

+ 1
- 1
config/configuration.yml.example View 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

Loading…
Cancel
Save