Sure, this:
{
"base_url": "http://xxx.yyy.com",
"port": "4567",
"use_port": false,
"secret": "secret-removed",
"bind_address": "0.0.0.0",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "",
"database": "0"
},
"bcrypt_rounds": 12,
"upload_path": "/public/uploads",
"relative_path": ""
}