diff options
| author | Per Larsson <[email protected]> | 2021-10-01 15:45:57 +0200 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-10-01 15:45:57 +0200 |
| commit | bf9abfda914d2619c30df3ab6c7904fb87c93901 (patch) | |
| tree | cc9a4ba8473b8f2202964f6653c9471d7752bed4 /zenserver/config.h | |
| parent | Added cache HIT/MISS stat counters. (diff) | |
| download | zen-bf9abfda914d2619c30df3ab6c7904fb87c93901.tar.xz zen-bf9abfda914d2619c30df3ab6c7904fb87c93901.zip | |
Added simple stats HTML dashboard with route /dashboard.
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 |