mirror of
https://github.com/eliasstepanik/filesystem-livesync.git
synced 2026-01-11 05:28:31 +00:00
20 lines
528 B
JSON
20 lines
528 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/"
|
|
},
|
|
"local": {
|
|
"path": "./export",
|
|
"processor": "utils/build.sh",
|
|
"initialScan": false
|
|
},
|
|
"auto_reconnect": true
|
|
}
|
|
}
|