Flowdock
method

credentials

Importance_2
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: Rails::Application
credentials() public

Decrypts the credentials hash as kept in config/credentials.yml.enc. This file is encrypted with the Rails master key, which is either taken from ENV["RAILS_MASTER_KEY"] or from loading config/master.key. If specific credentials file exists for current environment, it takes precedence, thus for production environment look first for config/credentials/production.yml.enc with master key taken from ENV["RAILS_MASTER_KEY"] or from loading config/credentials/production.key. Default behavior can be overwritten by setting config.credentials.content_path and config.credentials.key_path.

Show source
Register or log in to add new notes.