aboutsummaryrefslogtreecommitdiffstats
path: root/default.in
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-02 02:45:05 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-09-02 02:47:47 +0200
commit742c9938af740b9ba758f4b03909f30106b285a5 (patch)
tree58138e66695572c9a52164560b281c856d4a51b1 /default.in
parentec2ed6c255ca97f39d4a58071f8558744bd9958d (diff)
Use global configuration files.
Diffstat (limited to 'default.in')
-rw-r--r--default.in40
1 files changed, 40 insertions, 0 deletions
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