-
This commit is contained in:
parent
49f3a3ac55
commit
db1ae4b056
1 changed files with 0 additions and 71 deletions
|
|
@ -1,71 +0,0 @@
|
|||
<?php
|
||||
$CONFIG = array (
|
||||
'htaccess.RewriteBase' => '/',
|
||||
'memcache.local' => '\\OC\\Memcache\\APCu',
|
||||
'apps_paths' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'path' => '/var/www/html/apps',
|
||||
'url' => '/apps',
|
||||
'writable' => false,
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'path' => '/var/www/html/custom_apps',
|
||||
'url' => '/custom_apps',
|
||||
'writable' => true,
|
||||
),
|
||||
),
|
||||
'memcache.distributed' => '\\OC\\Memcache\\Redis',
|
||||
'memcache.locking' => '\\OC\\Memcache\\Redis',
|
||||
'redis' =>
|
||||
array (
|
||||
'host' => 'redis',
|
||||
'password' => 'superSTITION_105',
|
||||
'port' => 6379,
|
||||
),
|
||||
'upgrade.disable-web' => true,
|
||||
'instanceid' => 'ocsowtah1k5o',
|
||||
'passwordsalt' => 'FUEBbCfSCvUwbN35wmiiM8OjzqzUra',
|
||||
'secret' => '2sCnavlrtFfb7RPCShODpjj60Y9OdYKXIsXYN4fWj9VQ9CjM',
|
||||
'trusted_domains' =>
|
||||
array (
|
||||
0 => 'nextcloud.theboxhub.ch',
|
||||
1 => 'cloud.theboxhub.ch',
|
||||
2 => '10.100.20.14',
|
||||
),
|
||||
'datadirectory' => '/var/www/html/data',
|
||||
'dbtype' => 'mysql',
|
||||
'version' => '33.0.3.2',
|
||||
'overwrite.cli.url' => 'https://nextcloud.theboxhub.ch',
|
||||
'dbname' => 'nextDB',
|
||||
'dbhost' => 'mariadb',
|
||||
'dbtableprefix' => 'oc_',
|
||||
'mysql.utf8mb4' => true,
|
||||
'dbuser' => 'oc_oc_admin',
|
||||
'dbpassword' => '#L963a.bID,.BOJ;W1iwL@E:j]F|U3',
|
||||
'installed' => true,
|
||||
'trusted_proxies' =>
|
||||
array (
|
||||
0 => '10.100.20.10',
|
||||
),
|
||||
'notify_push.url' => 'https://nextcloud.theboxhub.ch/push',
|
||||
'maintenance_window_start' => 1,
|
||||
'default_phone_region' => 'CH',
|
||||
'maintenance' => false,
|
||||
'server_id' => '93f6503d14218d34738a',
|
||||
'overwriteprotocol' => 'https',
|
||||
'overwritehost' => 'nextcloud.theboxhub.ch',
|
||||
'brute_force_resistance_whitelist' =>
|
||||
array (
|
||||
0 => '10.100.20.1',
|
||||
1 => '10.100.20.10',
|
||||
2 => '10.100.20.49',
|
||||
),
|
||||
'loglevel' => 2,
|
||||
'log_rotate_size' => 104857600,
|
||||
'log_max_history' => 5,
|
||||
'log_type' => 'file',
|
||||
'logfile' => '/var/www/html/data/nextcloud.log',
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue