Files
Julius Härtl bf91888f13 fix: properly start postgres
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-01-16 20:01:53 +01:00

10 lines
160 B
PHP

<?php
$AUTOCONFIG = [
'dbname' => 'nextcloud',
'dbhost' => 'database-pgsql',
'dbuser' => 'postgres',
'dbpass' => 'postgres',
'dbtype' => 'pgsql'
];