1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

Fix install with sql files

This commit is contained in:
tituspijean 2021-05-01 13:36:03 +02:00
parent d72e24dd4d
commit 3cbf3c69e5

View file

@ -1,4 +1,4 @@
REPLACE INTO \`settings\` (\`key\`, \`value\`) VALUES
REPLACE INTO `settings` (`key`, `value`) VALUES
('mail_driver', 'mail'),
('mail_encryption', 'ssl'),
('mail_from', '$app@$domain'),