<?php
$CONFIG = array (
'overwritewebroot' => '/files',
'datadirectory' => '/var/lib/grommunio-files/data',
'logfile' => '/var/log/grommunio-files/files.log',
'theme' => 'theme-grommunio',
'logtimezone' => 'UTC',
'apps_paths' =>
array (
0 =>
array (
'path' => '/usr/share/grommunio-files/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/var/lib/grommunio-files/apps-external',
'url' => '/apps-external',
'writable' => true,
),
),
'memcache.local' => '\\OC\\Memcache\\Redis',
'filelocking.enabled' => true,
'memcache.locking' => '\\OC\\Memcache\\Redis',
'upgrade.disable-web' => true,
'upgrade.automatic-app-update' => true,
'updater.server.url' => '127.0.0.1',
'integrity.check.disabled' => true,
'updatechecker' => false,
'has_internet_connection' => false,
'passwordsalt' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'secret' => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy',
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'subdomian.domain.dl',
2 => 'domain.dl',
3 => 'mail.domain.dl',
4 => 'VM-IP',
5 => 'subdomian.domain.de', (eine weitere für die Testinstallation)
),
'dbtype' => 'mysql',
'version' => '25.0.4.1',
'overwrite.cli.url' => 'http://localhost/files',
'dbname' => 'grofiles',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'grofiles',
'dbpassword' => 'grofiles',
'installed' => true,
'instanceid' => 'zzzzzzzzzzzzzzzzzzzz',
'user_backends' =>
array (
0 =>
array (
'arguments' =>
array (
0 => 'https://subdomian.domain.dl/dav',
),
'class' => '\\OCA\\UserExternal\\BasicAuth',
),
),
'mail_from_address' => 'admin',
'mail_smtpmode' => 'sendmail',
'mail_sendmailmode' => 'smtp',
'mail_domain' => 'domain.dl',
'mail_smtphost' => 'localhost',
'mail_smtpport' => '25',
'csrf.disabled' => true,
);