aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/storage/storageconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenserver/storage/storageconfig.h')
-rw-r--r--src/zenserver/storage/storageconfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/zenserver/storage/storageconfig.h b/src/zenserver/storage/storageconfig.h
index fec8fd70b..bb6c929a9 100644
--- a/src/zenserver/storage/storageconfig.h
+++ b/src/zenserver/storage/storageconfig.h
@@ -163,7 +163,6 @@ struct ZenStorageServerConfig : public ZenServerConfig
bool RestrictContentTypes = false;
std::filesystem::path OidcTokenExecutable;
bool AllowExternalOidcTokenExe = true;
- std::string SessionsTargetUrl;
};
struct ZenStorageServerCmdLineOptions
@@ -185,8 +184,6 @@ struct ZenStorageServerCmdLineOptions
void AddSecurityOptions(cxxopts::Options& options, ZenStorageServerConfig& ServerOptions);
- std::string SessionsTargetUrl;
-
std::string UpstreamCachePolicyOptions;
void AddCacheOptions(cxxopts::Options& options, ZenStorageServerConfig& ServerOptions);