{ "title": "Gancio", "description": "A shared agenda for local communities", "favicon" : "../dist/favicon.ico", "user_locale": "./user_locale.json", "baseurl": "http://localhost:13120", "server": { "host": "localhost", "port": 13120 }, "db": { "dialect": "sqlite", "storage": "./db.sqlite" }, "upload_path": "./", "smtp": { "auth": { "user": "", "pass": "" }, "secure": true, "host": "" }, "admin": { "email": "", "password": "" }, "secret": "notsosecret" }