svn commit: r264561 - user/des/fbp

Dag-Erling Smørgrav des at FreeBSD.org
Wed Apr 16 21:12:21 UTC 2014


Author: des
Date: Wed Apr 16 21:12:20 2014
New Revision: 264561
URL: http://svnweb.freebsd.org/changeset/base/264561

Log:
  Default config.

Modified:
  user/des/fbp/fbp.conf

Modified: user/des/fbp/fbp.conf
==============================================================================
--- user/des/fbp/fbp.conf	Wed Apr 16 21:11:57 2014	(r264560)
+++ user/des/fbp/fbp.conf	Wed Apr 16 21:12:20 2014	(r264561)
@@ -1,3 +1,20 @@
-# rename this file to fbp.yml and put a ':' after 'name' if
-# you want to use YAML like in old versions of Catalyst
-name FBP
+# $FreeBSD$
+
+title = FreeBSD Polls
+
+<Model::FBP>
+  <connect_info>
+    dsn = "dbi:Pg:dbname=dbname"
+    user = "user"
+    password = "password"
+  </connect_info>
+</Model::FBP>
+
+<Plugin::Session>
+  expires = 7200
+  cookie_expires = 0
+  # cookie_secure = true
+  storage = /tmp/fbp.__UID__/session-cache
+  unlink_on_exit = 0
+  cache_size = 8m
+</Plugin::Session>


More information about the svn-src-user mailing list