smeserver-mozilla-sync-se/root/etc/e-smith/templates/etc/mozilla-sync-server/mozilla-sync-server.conf/040auth

15 lines
170 B
Plaintext

{
$OUT .=<<"EOF";
[auth]
backend = services.user.sql.SQLUser
sqluri = mysql://$user:$pass@localhost/$db
pool_size = 20
pool_recycle = 3600
create_tables = true
EOF
}