From d34ff37e0f743dabf4a43140e70c9182b37b2e57 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Thu, 31 Mar 2016 22:35:37 +0200 Subject: [PATCH] MAJ 0.6 dev --- conf/lutim.conf.template | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/conf/lutim.conf.template b/conf/lutim.conf.template index 45e6162..2b6994d 100644 --- a/conf/lutim.conf.template +++ b/conf/lutim.conf.template @@ -8,12 +8,6 @@ # array of IP addresses and ports you want to listen to #listen => ['http://127.0.0.1:8080'], listen => ['http://127.0.0.1:__PORT__'], - # user and group you want for Lutim to run with - # be sure that this user/group have rights on the lutim directory - # if you launch lutim from a different user, be sure that this user have the right to su this user/group - # => if current_user is not the user that you sets here and is not root, there's chances that it will fail (see https://github.com/ldidry/lutim/issues/25) - user => 'www-data', - group => 'www-data' }, ################ @@ -32,6 +26,10 @@ # optional, default is 8 #length => 8, + # length of the encryption key + # optional, default is 8 + #crypto_key_length => 8, + # how many URLs will be provisioned in a batch ? # optional, default is 5 #provis_step => 5, @@ -101,10 +99,16 @@ # URL sub-directory in which you want Lutim to be accessible # example: you want to have Lutim under https://example.org/lutim/ - # => set url_sub_dir to '/lutim' or to '/lutim/', it doesn't matter + # => set prefix to '/lutim' or to '/lutim/', it doesn't matter # optional, defaut is / - #url_sub_dir => '/', - url_sub_dir => '__PATH__', + #prefix => '/', + prefix => '__PATH__', + + # define a path to the SQLite database + # you can define it relative to lutim directory or set an absolute path + # remember that it has to be in a directory writable by Lutim user + # optional, default is lutim.db + #db_path => 'lutim.db', ########################## # Lutim cron jobs settings