Provide default OTP_SECRET value for development environment (#6617)
This commit is contained in:
committed by
Eugen Rochko
parent
7a6eaad445
commit
c110fa62ac
@ -96,4 +96,6 @@ Rails.application.configure do
|
||||
'X-Content-Type-Options' => 'nosniff',
|
||||
'X-XSS-Protection' => '1; mode=block',
|
||||
}
|
||||
|
||||
config.x.otp_secret = ENV.fetch('OTP_SECRET')
|
||||
end
|
||||
|
Reference in New Issue
Block a user