Skip to content

Commit 3c327da

Browse files
Merge pull request #3 from datacite/fix-secret-key-base-error
fix secret key base error
2 parents ecb52ff + 27e8f16 commit 3c327da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/application.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ class Application < Rails::Application
3131

3232
config.active_job.logger = Logger.new(nil)
3333

34+
config.secret_key_base = "blipblapblup"
35+
3436
# Start: Configure Logging
3537
config.lograge.enabled = true
3638
config.lograge.formatter = Lograge::Formatters::Logstash.new

0 commit comments

Comments
 (0)