1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00

Make the app multi instances

This commit is contained in:
polytan02 2017-02-23 13:13:25 +00:00
parent 6163da9d71
commit 18514ae63e

View file

@ -58,7 +58,7 @@ allow_sharing = On
allow_sync = On allow_sync = On
sync_interval = 20 sync_interval = 20
type = "mysql" type = "mysql"
pdo_dsn = "mysql:host=127.0.0.1;port=3306;dbname=rainloop" pdo_dsn = "mysql:host=127.0.0.1;port=3306;dbname=MYSQLUSER"
pdo_user = "MYSQLUSER" pdo_user = "MYSQLUSER"
pdo_password = "MYSQLPASSWORD" pdo_password = "MYSQLPASSWORD"
suggestions_limit = 30 suggestions_limit = 30