diff options
Diffstat (limited to 'src/zenserver/storage/storageconfig.h')
| -rw-r--r-- | src/zenserver/storage/storageconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/zenserver/storage/storageconfig.h b/src/zenserver/storage/storageconfig.h index 128804d92..18af4f096 100644 --- a/src/zenserver/storage/storageconfig.h +++ b/src/zenserver/storage/storageconfig.h @@ -162,6 +162,7 @@ struct ZenStorageServerConfig : public ZenServerConfig bool RestrictContentTypes = false; std::filesystem::path OidcTokenExecutable; bool AllowExternalOidcTokenExe = true; + std::string SessionsTargetUrl; }; struct ZenStorageServerCmdLineOptions @@ -183,6 +184,8 @@ struct ZenStorageServerCmdLineOptions void AddSecurityOptions(cxxopts::Options& options, ZenStorageServerConfig& ServerOptions); + std::string SessionsTargetUrl; + std::string UpstreamCachePolicyOptions; void AddCacheOptions(cxxopts::Options& options, ZenStorageServerConfig& ServerOptions); |