var config = { environment: 'test' ,port: 8080 ,host: '127.0.0.1' ,enable_cors: true ,postgres: { user: "tileuser", host: '127.0.0.1', port: 5432, srid: 4326, max_size: 0, simplify: true } ,redis: { host: '127.0.0.1', port: 6379, idleTimeoutMillis: 1, reapIntervalMillis: 1 } ,sqlapi: { host: '127.0.0.1', port: 8080 } ,varnish: { host: '', port: null } }; module.exports = config;