Closed nsantiago2719 closed 4 years ago
Updated the default token_secret_signature_key from Rails.application.secrets.secret_key_base to Rails.application.credentials.secret_key_base since it was moved to an encrypted file due to this .
Rails.application.secrets.secret_key_base
Rails.application.credentials.secret_key_base
Closing since there's a PR for this on #225 .
Updated the default token_secret_signature_key from
Rails.application.secrets.secret_key_base
toRails.application.credentials.secret_key_base
since it was moved to an encrypted file due to this .