summaryrefslogtreecommitdiff
path: root/attic/root-watcher/config.json.example
diff options
context:
space:
mode:
authorJoseph Henry <josephjah@gmail.com>2018-01-10 12:43:18 -0800
committerJoseph Henry <josephjah@gmail.com>2018-01-10 12:43:18 -0800
commit6e1823ac8156b39f68b0cbba1d350f4bdc149231 (patch)
tree38a0f46da441957299ccb10cdf9e456be955de22 /attic/root-watcher/config.json.example
parent640cc22749276e7c7f6e7cfa4eee8c0590064ac0 (diff)
parent9bab49d2f91fbb1d19c75e868bc04959ef9f135e (diff)
downloadinfinitytier-6e1823ac8156b39f68b0cbba1d350f4bdc149231.tar.gz
infinitytier-6e1823ac8156b39f68b0cbba1d350f4bdc149231.zip
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
Diffstat (limited to 'attic/root-watcher/config.json.example')
-rw-r--r--attic/root-watcher/config.json.example30
1 files changed, 0 insertions, 30 deletions
diff --git a/attic/root-watcher/config.json.example b/attic/root-watcher/config.json.example
deleted file mode 100644
index 0ad1bbe1..00000000
--- a/attic/root-watcher/config.json.example
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "interval": 30000,
- "dbSaveInterval": 60000,
- "peerTimeout": 600000,
- "db": {
- "database": "ztr",
- "user": "postgres",
- "password": "s00p3rs3kr3t",
- "host": "127.0.0.1",
- "port": 5432,
- "max": 16,
- "idleTimeoutMillis": 30000
- },
- "roots": {
- "my-root-01": {
- "id": 1,
- "ip": "10.0.0.1",
- "port": 9993,
- "authToken": "foobarbaz",
- "peers": "/peer"
- },
- "my-root-02": {
- "id": 2,
- "ip": "10.0.0.2",
- "port": 9993,
- "authToken": "lalafoo",
- "peers": "/peer"
- }
- }
-}