summaryrefslogtreecommitdiff
path: root/attic/root-watcher/config.json.example
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2018-01-09 11:23:39 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2018-01-09 11:23:39 -0800
commit0c71d658fbecacde3c38655d663946a1f044fe58 (patch)
tree0ee47434fcfab778dad62b9a451e9fa8b226070a /attic/root-watcher/config.json.example
parent1aea096b631cbd7734834f43c3beefeff3939b4e (diff)
downloadinfinitytier-0c71d658fbecacde3c38655d663946a1f044fe58.tar.gz
infinitytier-0c71d658fbecacde3c38655d663946a1f044fe58.zip
cleanup
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"
- }
- }
-}