This commit is contained in:
Scott E. Graves 2024-12-19 12:36:16 -06:00
parent 5018a192d7
commit e2efb78385

View File

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