1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/www/bacula-web/files/patch-application_config_config.php.sample
Matthias Fechner 2e2636e292 Add file forgot to add in last commit.
As this does not effect any existing installation, no PORTREVISION pump is done.
2020-04-19 09:01:41 +00:00

22 lines
769 B
Plaintext

--- application/config/config.php.sample.orig 2020-04-17 09:56:28 UTC
+++ application/config/config.php.sample
@@ -53,13 +53,13 @@ $config['language'] = 'en_US';
// $config[0]['db_port'] = '3306';
// postgreSQL bacula catalog
-// $config[0]['label'] = 'Prod Server';
+$config[0]['label'] = 'Prod Server';
// $config[0]['host'] = 'db-server.domain.com';
-// $config[0]['login'] = 'bacula';
+$config[0]['login'] = 'bacula';
// $config[0]['password'] = 'otherstrongpassword';
-// $config[0]['db_name'] = 'bacula';
-// $config[0]['db_type'] = 'pgsql';
-// $config[0]['db_port'] = '5432';
+$config[0]['db_name'] = 'bacula';
+$config[0]['db_type'] = 'pgsql';
+$config[0]['db_port'] = '5432';
// SQLite bacula catalog
// $config[0]['label'] = 'Dev backup server';