From 742c9938af740b9ba758f4b03909f30106b285a5 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 2 Sep 2012 02:45:05 +0200 Subject: Use global configuration files. --- default.in | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 default.in (limited to 'default.in') diff --git a/default.in b/default.in new file mode 100644 index 0000000..683a5bf --- /dev/null +++ b/default.in @@ -0,0 +1,40 @@ +# This is the default configuration for the Fripost Administration +# Panel. It is best not to modify this file as many of the keys here are +# mandatory. Custom configuration should be but in `config.in' instead, +# which overrides the below. + + + +# Non absolute paths are be relative to this directory. +pwd = ./ + + +# Directory for templates +tmpl_path = template/ + + +# Session configuration +# +# Where to put the session database on our server +session_db_filename = /tmp/fpanel-cgisessions.db + +# The name of the cookies sent to the users +session_authname = FripostAdminPanel_SessAuth + +# When does the session expire +session_expire = +24h + +# Turn on the 'secure' flag before sending a cookie +secure_cookie = 1 + +# The path attribute for the sent cookies +cgi-bin = /cgi-bin/ + +# A timeout for idle connections, after which the user is automatically +# logged out +timeout = 30m + + + +# LDAP configuration +ldap_uri =ldap://127.0.0.1:389 -- cgit v1.2.3