Module: Config
- Extended by:
- Pliny::CastingConfigHelpers
- Defined in:
- lib/template/config/config.rb
Overview
Access all config keys like the following:
Config.database_url
Each accessor corresponds directly to an ENV key, which has the same name except upcased, i.e. ‘DATABASE_URL`.
Method Summary
Methods included from Pliny::CastingConfigHelpers
bool, float, int, mandatory, optional, override, string, symbol