UNPKG

@screeps/engine

Version:

This is a module for Screeps standalone server. See [main repository](https://github.com/screeps/screeps) for more info.

17 lines (13 loc) 276 B
'use strict'; var _ = require('lodash'); var result = {}; _.merge(result, { ptr: "true" == process.env.PTR, redis: { port: 6379, host: '127.0.0.1', options: {} } }); module.exports = result; //# sourceMappingURL=sourcemaps/config.js.map