bekkalokk/roundcube: add `database.host`

This commit is contained in:
fredrikr79 2024-10-12 22:53:42 +02:00
parent abec66b287
commit 4fbd823be6
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ in
maxAttachmentSize = 20; maxAttachmentSize = 20;
hostName = "roundcubeplaceholder.example.com"; hostName = "roundcubeplaceholder.example.com";
database = {
host = "postgres.pvv.ntnu.no";
};
extraConfig = '' extraConfig = ''
$config['enable_installer'] = false; $config['enable_installer'] = false;
$config['default_host'] = "ssl://imap.pvv.ntnu.no"; $config['default_host'] = "ssl://imap.pvv.ntnu.no";