diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-06-01 12:57:44 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-06-01 12:57:44 -0700 |
| commit | 7f4da08ff7af6f5d2a06001f70dae906a859c66e (patch) | |
| tree | 4880ab01768f1db00b37deeb80d0028ccdd7e3ab /root-watcher/config.json.example | |
| parent | 1f9414a30f59af1beb8370a3710c7ebdfd300de9 (diff) | |
| download | infinitytier-7f4da08ff7af6f5d2a06001f70dae906a859c66e.tar.gz infinitytier-7f4da08ff7af6f5d2a06001f70dae906a859c66e.zip | |
.
Diffstat (limited to 'root-watcher/config.json.example')
| -rw-r--r-- | root-watcher/config.json.example | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/root-watcher/config.json.example b/root-watcher/config.json.example deleted file mode 100644 index 0ad1bbe1..00000000 --- a/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" - } - } -} |
