{ "Site": { "name": "The News Site", "base_url": "http://example.com, "description": "yet another news site", "img_path": "/img/", "css_path": "/css" }, "CSSCompile": { "source_dir": "css", "dest_dir": "public/css", "lessc": "/usr/bin/lessc" }, "System": { "secret_key": "secret strings for hasing", "session_store": "in-memory" }, "Database": { "host": "db", "name": "slash", "user": "slash", "password": "password" } }