{ "env": { "NODE_ENV": "development", "DATABASE_URL": "postgresql://localhost/test?client_encoding=utf8" }, "other": { "NODE_ENV": "testing", "DATABASE_URL": "postgresql://testhost/test?client_encoding=utf8" } }