This commit is contained in:
Scott E. Graves 2024-12-19 12:36:57 -06:00
parent e2efb78385
commit 001f586a24
2 changed files with 4 additions and 4 deletions

View File

@ -234,9 +234,9 @@ auto app_config::get_json() const -> json {
{
"RemoteMount",
{
{"Enable", enable_remote_mount_},
{"ClientPoolSize", remote_client_pool_size_},
{"ApiPort", remote_api_port_},
{"ClientPoolSize", remote_client_pool_size_},
{"Enable", enable_remote_mount_},
{"EncryptionToken", remote_encryption_token_},
},
},

View File

@ -87,9 +87,9 @@ const auto DEFAULT_SIA_CONFIG = "{\n"
" \"OrphanedFileRetentionDays\": 15,\n"
" \"PreferredDownloadType\": \"fallback\",\n"
" \"RemoteMount\": {\n"
" \"Enable\": false,\n"
" \"ClientPoolSize\": 10,\n"
" \"ApiPort\": 20000,\n"
" \"ClientPoolSize\": 10,\n"
" \"Enable\": false,\n"
" \"EncryptionToken\": \"\"\n"
" },\n"
" \"RetryReadCount\": 6,\n"