Skip to content

encryptable.rb : Use application's secret_key_base

jon r requested to merge fix/22 into master

This change swaps the secret key base from the credentials store to the general application, in so it can decide from where to discover, get or generate neccessary secrets.

This is different from development and test, where they are generated from the application name, to production environments.

Also see:

Fixes #22 (closed)

Edited by jon r

Merge request reports