aboutsummaryrefslogtreecommitdiff
path: root/zenserver/config.h
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-10-01 18:52:36 +0200
committerStefan Boberg <[email protected]>2021-10-01 18:52:36 +0200
commit00a2b35cf24a8bc9f87602506236437d71be41d4 (patch)
tree9f3e5863eaa3d50a7d741fc707f4e99d4397eac7 /zenserver/config.h
parentAdded some code to persist bad package data for inspection (diff)
parentAdded simple stats HTML dashboard with route /dashboard. (diff)
downloadzen-00a2b35cf24a8bc9f87602506236437d71be41d4.tar.xz
zen-00a2b35cf24a8bc9f87602506236437d71be41d4.zip
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zenserver/config.h')
-rw-r--r--zenserver/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zenserver/config.h b/zenserver/config.h
index 75c19d690..af1a24455 100644
--- a/zenserver/config.h
+++ b/zenserver/config.h
@@ -17,6 +17,7 @@ struct ZenServerOptions
bool UninstallService = false; // Flag used to initiate service uninstall (temporary)
std::string LogId; // Id for tagging log output
std::filesystem::path DataDir; // Root directory for state (used for testing)
+ std::filesystem::path ContentDir; // Root directory for serving frontend content (experimental)
};
struct ZenUpstreamJupiterConfig