From c5699ecfa713d040849e2564b7196a77583adb8a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 7 Aug 2013 23:19:38 +0200 Subject: Add *prefix* option `*prefix*' specifies which directory the application should run under. This is useful when not running it on a domain or sub-domain. This should contain a trailing `/' if used. --- config.example.hy | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.example.hy') 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* "") -- cgit v1.2.3-54-g00ecf