ZeroTierOne/cluster-geo/cluster-geo/config.js.sample
2015-10-21 12:47:02 -07:00

8 lines
131 B
Plaintext

// MaxMind GeoIP2 config
module.exports.maxmind = {
userId: 1234,
licenseKey: 'asdf',
service: 'city',
requestTimeout: 1000
};