To ensure it's available for all initialisers, you can require the file within config/application.rb
by adding require_relative "settings" as the last line within the Application class definition.
- Requires dry-types and dry-system gems.
- Allows for typed values (even if the above examples are all strings 😅).
- Allows for optional values and defaults.