Small changes for my git pre-commit hook

This commit is contained in:
Luc Didry
2017-06-07 22:52:33 +02:00
parent 4f8a27a10b
commit c7b15dc952
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -24,8 +24,8 @@ sub run {
}
my $config = $c->app->plugin('Config', {
file => $cfile,
theme => 'default',
default => {
theme => 'default',
stats_day_num => 365,
dbtype => 'sqlite'
}
+1 -1
View File
@@ -154,7 +154,7 @@
# max size of the files directory, in octets
# used by script/lutim cron watch to trigger an action
# optional, no default
#max_total_size => 10*1024*1024*1024,
max_total_size => 10*1024*1024*1024,
# default action when files directory is over max_total_size (used with script/lutim cron watch)
# valid values are 'warn', 'stop-upload' and 'delete'
+2 -2
View File
@@ -111,7 +111,7 @@
# choose what database you want to use
# valid choices are sqlite and postgresql (all lowercase)
# optional, default is sqlite
#dbtype => 'sqlite',
dbtype => 'sqlite',
# SQLite ONLY - only used if dbtype is set to sqlite
# define a path to the SQLite database
@@ -154,7 +154,7 @@
# max size of the files directory, in octets
# used by script/lutim cron watch to trigger an action
# optional, no default
#max_total_size => 10*1024*1024*1024,
max_total_size => 10*1024*1024*1024,
# default action when files directory is over max_total_size (used with script/lutim cron watch)
# valid values are 'warn', 'stop-upload' and 'delete'