openbsd-ports/www/rackmonkey/patches/patch-conf_rackmonkey_conf-default

24 lines
782 B
Plaintext
Raw Normal View History

$OpenBSD: patch-conf_rackmonkey_conf-default,v 1.1.1.1 2010/10/28 14:33:54 sthen Exp $
--- conf/rackmonkey.conf-default.orig Sun Sep 13 12:21:15 2009
+++ conf/rackmonkey.conf-default Mon Sep 20 22:26:52 2010
@@ -7,14 +7,15 @@
# NB. Comments must either start a line or follow whitespace
-# Database Connection Settings
-dbconnect =
+# Database Connection Settings: example for SQLite with chroot'ed httpd
+dbconnect = dbi:SQLite:dbname=/rackmonkey/db/rackmonkey.db
dbuser =
dbpass =
# Path & URL Constants
-tmplpath =
-wwwpath =
+wwwpath = /rackmonkey
+tmplpath = /rackmonkey/tmpl # for chroot'ed httpd
+#tmplpath = /var/www/rackmonkey/tmpl # if you use httpd -u
# Plugins - to enable/disable a plugin uncomment/comment the appropriate line
#plugin_xls = rack2xls.pl