{ "NODE_ENV": "development", "server": { "port": 4030, "host": "0.0.0.0" }, "knex": { "client": "pg", "connection": { "host" : "127.0.0.1", "user" : "postgres", "password" : "postgres", "database" : "nfpmoe" }, "migrations": { } }, "bunyan": { "name": "nfpmoe", "streams": [{ "stream": "process.stdout", "level": "debug" } ] }, "frontend": { "url": "http://localhost:8080" }, "jwt": { "secret": "this-is-my-secret", "options": { "expiresIn": 604800 } }, "googleid": "1076074914074-3no1difo1jq3dfug3glfb25pn1t8idud.apps.googleusercontent.com", "sessionsecret": "this-is-session-secret-lol", "bcrypt": 5, "fileSize": 524288000, "upload": { "name": "nfpmoe-dev", "secret": "nfpmoe-dev" } }