mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
6 lines
192 B
SQL
6 lines
192 B
SQL
REPLACE INTO `settings` (`key`, `value`) VALUES
|
|
('mail_driver', 'mail'),
|
|
('mail_encryption', 'ssl'),
|
|
('mail_from', '$app@$domain'),
|
|
('mail_host', 'localhost'),
|
|
('mail_port', '587');
|