Oshuma / app_config

Simple Ruby framework-agnostic application configuration.
http://oshuma.github.io/app_config/
MIT License
20 stars 7 forks source link

Allow URL to setup Storage #24

Open Oshuma opened 11 years ago

Oshuma commented 11 years ago

Postgres example:

url = "postgres://username:password@db.example.com:5432/db_name"
AppConfig.setup!(postgres: url)