From e2efb78385552ecba67614906b6a6d9d18a0be7b Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 19 Dec 2024 12:36:16 -0600 Subject: [PATCH] fix --- repertory/librepertory/src/app_config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/librepertory/src/app_config.cpp b/repertory/librepertory/src/app_config.cpp index 6a804f2f..44a1bad9 100644 --- a/repertory/librepertory/src/app_config.cpp +++ b/repertory/librepertory/src/app_config.cpp @@ -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_},