Add db_path default value

This commit is contained in:
Luc Didry
2018-03-09 23:18:07 +01:00
parent 7446edba48
commit 13b7ece5e2
4 changed files with 8 additions and 3 deletions
+1
View File
@@ -43,6 +43,7 @@ sub startup {
thumbnail_size => 100,
theme => 'default',
dbtype => 'sqlite',
db_path => 'lutim.db',
max_files_in_zip => 15,
prefix => '/',
minion => {
+1
View File
@@ -38,6 +38,7 @@ sub startup {
thumbnail_size => 100,
theme => 'default',
dbtype => 'sqlite',
db_path => 'lutim.db',
max_files_in_zip => 15,
prefix => '/',
minion => {