disable-postgres-on-bekkalokk #85

Merged
oysteikt merged 2 commits from disable-postgres-on-bekkalokk into main 2024-10-13 02:34:45 +02:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 4fbd823be6 - Show all commits

View File

@ -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";