aboutsummaryrefslogtreecommitdiffstats
path: root/config.example.hy
diff options
context:
space:
mode:
Diffstat (limited to 'config.example.hy')
-rw-r--r--config.example.hy5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.example.hy b/config.example.hy
index d9e945c..b606d2f 100644
--- a/config.example.hy
+++ b/config.example.hy
@@ -17,3 +17,8 @@
(def *dbuser* "") ; User to log in with
(def *dbpw* "") ; Password to log in with
(def *dbname* "") ; Database to use
+
+;; Prefix to use when running. This option should contain a trailing
+;; `/'. An example would be: if you're running this project under
+;; http://example.com/hypo/ you should use "hypo/".
+(def *prefix* "")