module Config
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`.
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`.