aboutsummaryrefslogtreecommitdiff
path: root/brep/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-14 16:29:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-16 16:42:35 +0200
commit03905bcf1bcfd9e7932fcac4283c5817058a25ce (patch)
treeb643d3bedf436bfcd8956b25133d5674b6b18e36 /brep/options.cli
parent96281a6c4f818311a6df90c0d8b8f537a61e1090 (diff)
Invent root path web interface configuration option
Diffstat (limited to 'brep/options.cli')
-rw-r--r--brep/options.cli3
1 files changed, 3 insertions, 0 deletions
diff --git a/brep/options.cli b/brep/options.cli
index 86cb70c..6c3c7f1 100644
--- a/brep/options.cli
+++ b/brep/options.cli
@@ -5,6 +5,8 @@
include <string>;
include <cstdint>; // uint16_t
+include <butl/path>;
+
namespace brep
{
// Web module configuration options.
@@ -14,6 +16,7 @@ namespace brep
class module
{
std::uint16_t verb = 0;
+ butl::dir_path root = "/";
};
class db