aboutsummaryrefslogtreecommitdiff
path: root/zenserver/config.h
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-09-06 15:17:56 +0200
committerPer Larsson <[email protected]>2021-09-06 15:17:56 +0200
commit8db3555b52168fd7c70244d4f92144a1c4c44e17 (patch)
treed8429393470ff985f6b57c083e6458ee2720c03c /zenserver/config.h
parentMerge branch 'main' of https://github.com/EpicGames/zen (diff)
downloadzen-8db3555b52168fd7c70244d4f92144a1c4c44e17.tar.xz
zen-8db3555b52168fd7c70244d4f92144a1c4c44e17.zip
Support for switching between storing derived data using the legacy DDC endpoint and the Commmon Blob Store endpoint.
Diffstat (limited to 'zenserver/config.h')
-rw-r--r--zenserver/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/zenserver/config.h b/zenserver/config.h
index a5ef94fc4..92b7c9e31 100644
--- a/zenserver/config.h
+++ b/zenserver/config.h
@@ -24,7 +24,8 @@ struct ZenUpstreamJupiterConfig
std::string OAuthClientSecret;
std::string Namespace;
std::string DdcNamespace;
- bool UseDevelopmentSettings;
+ bool UseDevelopmentSettings = false;
+ bool UseLegacyDdc = false;
};
struct ZenUpstreamZenConfig