mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-20 11:38:48 +00:00
8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
// MaxMind GeoIP2 config
|
|
module.exports.maxmind = {
|
|
userId: 1234,
|
|
licenseKey: 'asdf',
|
|
service: 'city',
|
|
requestTimeout: 1000
|
|
};
|