Corrections des templates

This commit is contained in:
Daniel Berteaud 2012-09-03 10:24:13 +02:00
parent c2eb423c1c
commit c7a611da7c
4 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1 @@
PERMS=0750

View File

@ -6,5 +6,6 @@ our $pass = ${'mozilla-sync'}{'DbPassword'} || 'secret';
our $quota = ${'mozilla-sync'}{'UserQuota'} || '102400';
our $useQuota = ($quota =~ m/^\d+$/) ? 'true':'false';
$OUT .= '';
}

View File

@ -5,7 +5,7 @@ $OUT .=<<"EOF";
[storage]
backend = syncstorage.storage.sql.SQLStorage
sqluri = mysql://$user:$pass@localhost/$db
sqluri = mysql://$user:$pass\@localhost/$db
standard_collections = false
use_quota = $useQuota
quota_size = $quota

View File

@ -4,7 +4,7 @@ $OUT .=<<"EOF";
[auth]
backend = services.user.sql.SQLUser
sqluri = mysql://$user:$pass@localhost/$db
sqluri = mysql://$user:$pass\@localhost/$db
pool_size = 20
pool_recycle = 3600
create_tables = true