bekkalokk/roundcube: add `database.host`
This commit is contained in:
parent
abec66b287
commit
4fbd823be6
|
@ -20,6 +20,10 @@ in
|
|||
maxAttachmentSize = 20;
|
||||
hostName = "roundcubeplaceholder.example.com";
|
||||
|
||||
database = {
|
||||
host = "postgres.pvv.ntnu.no";
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
$config['enable_installer'] = false;
|
||||
$config['default_host'] = "ssl://imap.pvv.ntnu.no";
|
||||
|
|
Loading…
Reference in New Issue