mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 15:37:44 +02:00
21 lines
421 B
Plaintext
21 lines
421 B
Plaintext
{
|
|
"storage": {
|
|
"type": "filesystem",
|
|
"config": {
|
|
"path": "/snapshots",
|
|
"dirShards": null
|
|
}
|
|
},
|
|
"caching": {
|
|
"cacheDirectory": "cache",
|
|
"maxCacheSize": 5242880000,
|
|
"maxMetadataCacheSize": 5242880000,
|
|
"maxListCacheDuration": 30
|
|
},
|
|
"hostname": "cluster",
|
|
"username": "root",
|
|
"description": "Cluster",
|
|
"enableActions": false,
|
|
"formatBlobCacheDuration": 900000000000
|
|
}
|