| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/bacula-web/files/ |
Upload File : |
--- 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';