mirror of
https://github.com/eliasstepanik/filesystem-livesync.git
synced 2026-01-10 21:18:31 +00:00
22 lines
631 B
JSON
22 lines
631 B
JSON
{
|
|
"config_1": {
|
|
"server": {
|
|
"uri": "http://localhost:5984/private1_vault",
|
|
"auth": {
|
|
"username": "username_of_private_vault",
|
|
"password": "password_of_private_vault",
|
|
"passphrase": "passphrase_of_private_vault"
|
|
},
|
|
"path": "shared/",
|
|
"initialScan": false,
|
|
"customChunkSize": 100
|
|
},
|
|
"local": {
|
|
"path": "./vault",
|
|
"--processor": "utils/build.sh",
|
|
"initialScan": false
|
|
},
|
|
"auto_reconnect": true,
|
|
"sync_on_connect": true
|
|
}
|
|
} |