mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-02 00:40:07 +00:00
make database connections persistant
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
7
Containers/nextcloud/config/postgresql.php
Normal file
7
Containers/nextcloud/config/postgresql.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'dbuser' => 'oc_' . getenv('POSTGRES_USER'),
|
||||
'dbpassword' => getenv('POSTGRES_PASSWORD'),
|
||||
'db_name' => getenv('POSTGRES_DB'),
|
||||
'dbpersistent' => true,
|
||||
);
|
||||
Reference in New Issue
Block a user