From 9fe35c0e5a53976a1e420bd940fd135cbc35e13b Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Sat, 16 Jun 2018 21:09:46 +1000 Subject: [PATCH] * update sample config --- conf/ldv.conf.sample | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/conf/ldv.conf.sample b/conf/ldv.conf.sample index a47f927..c855a4b 100644 --- a/conf/ldv.conf.sample +++ b/conf/ldv.conf.sample @@ -1,5 +1,6 @@ { - secret => undef, + secret => 'change-me', + user => { allow_list => 0, allow_chpass => 1, @@ -13,6 +14,15 @@ reply => 'admin@example.com', }, + db => { + type => 'sqlite3', + host => undef, + name => undef, + user => undef, + pass => undef, + file => 'data/linuxdv.db', + }, + ldap => { server => '127.0.0.1', binddn => undef,