# Pastebin XF3DDMRs { "site": { "proxyTrust": true, "log": "debug" }, "musicbrainz": { "clientID": "CI" "clientSecret": "CS", "callbackURL": "http://localhost:9099/cb" }, "session": { "maxAge": 2592000000, "secret": "Something here!", "secure": false, "redis": { "host": "redis", "port": 6379 } }, "database": { "client": "pg", "connection": { "host": "postgres", "database": "bookbrainz", "user": "postgres", "password": "" } }, "search": { "host": "elasticsearch:9200", "httpAuth": "elastic:changeme", "apiVersion": "5.5", "maxRetries": -1, "deadTimeout": 2000 } }