Class: Aldagai::Config
- Inherits:
-
Object
- Object
- Aldagai::Config
- Defined in:
- lib/aldagai/config.rb
Instance Method Summary collapse
Instance Method Details
#secret ⇒ Object
4 5 6 |
# File 'lib/aldagai/config.rb', line 4 def secret ENV['ALDAGAI_SECRET'] || read_secret_from_file end |