From 077b922fcc8dd024eadb26d3e2f9a385ee01ccfa Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Sun, 4 Oct 2015 01:58:03 +0200 Subject: [PATCH] Allow to configure the database path --- lufi.conf.template | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lufi.conf.template b/lufi.conf.template index 5bf3fcc..a5eadde 100644 --- a/lufi.conf.template +++ b/lufi.conf.template @@ -65,7 +65,7 @@ # 10000000 => 90, # between 10MB and 50MB => max is 90 days, less than 10MB => max is max_delay (see above) # 50000000 => 60, # between 50MB ans 1GB => max is 60 days # 1000000000 => 2, # more than 1GB => max is 2 days - #} + #}, # URL sub-directory in which you want Lufi to be accessible # example: you want to have Lufi under https://example.org/lufi/ @@ -94,4 +94,10 @@ # Email sender address # Optional, default to no-reply@lufi.io #mail_sender => 'no-reply@lufi.io' + + # define a path to the SQLite database + # you can define it relative to lufi directory or set an absolute path + # remember that it has to be in a directory writable by Lutim user + # optional, default is lufi.db + #db_path => 'lufi.db', };