diff options
| author | Stefan Boberg <[email protected]> | 2021-10-01 18:52:36 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-10-01 18:52:36 +0200 |
| commit | 00a2b35cf24a8bc9f87602506236437d71be41d4 (patch) | |
| tree | 9f3e5863eaa3d50a7d741fc707f4e99d4397eac7 /zenserver/config.h | |
| parent | Added some code to persist bad package data for inspection (diff) | |
| parent | Added simple stats HTML dashboard with route /dashboard. (diff) | |
| download | zen-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.h | 1 |
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 |