You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
3.0 KiB

<?php
$CONFIG = array (
'trusted_domains' =>
array (
'localhost',
'cloud.forksand.com',
'cloud.forksand.com:443',
),
'datadirectory' => '/srv/nextcloud/data',
'dbtype' => 'mysql',
'dbhost' => '10.42.1.171',
'dbname' => 'nextcloud',
'dbuser' => 'nextcloud',
'dbpassword' => 'password',
'dbtableprefix' => 'oc_',
'default_language' => 'en',
'defaultapp' => 'files',
'knowledgebaseenabled' => true,
'allow_user_to_change_display_name' => true,
'remember_login_cookie_lifetime' => 1296000,
'session_lifetime' => 86400,
'session_keepalive' => true,
'token_auth_enforced' => false,
'auth.bruteforce.protection.enabled' => true,
'skeletondirectory' => '',
'mail_domain' => 'cloud.forksand.com',
'mail_from_address' => 'cloud',
'mail_smtpdebug' => false,
'mail_smtpmode' => 'smtp',
'mail_smtphost' => '127.0.0.1',
'mail_smtpport' => 25,
'mail_smtptimeout' => 10,
'mail_smtpsecure' => '',
'mail_smtpauth' => false,
'mail_template_class' => '\\OC\\Mail\\EMailTemplate',
'mail_send_plaintext_only' => false,
# 'overwrite.cli.url' => 'https://cloud.forksand.com/nextcloud',
# 'htaccess.RewriteBase' => '/nextcloud',
'overwrite.cli.url' => 'https://cloud.forksand.com/',
'htaccess.RewriteBase' => '/',
'appcodechecker' => true,
'updatechecker' => true,
'updater.release.channel' => 'stable',
'check_for_working_wellknown_setup' => true,
'check_for_working_htaccess' => true,
'check_data_directory_permissions' => true,
'config_is_read_only' => false,
'log_type' => 'file',
'logfile' => '/var/log/nextcloud.log',
'loglevel' => 9,
'logtimezone' => 'America/Denver',
'log_query' => false,
'log_rotate_size' => 104857600,
'appstoreenabled' => true,
'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/html/nextcloud/apps',
'url' => '/apps',
'writable' => true,
),
),
'enable_previews' => true,
'preview_max_x' => 4096,
'preview_max_y' => 4096,
'preview_max_filesize_image' => 50,
'preview_libreoffice_path' => '/usr/bin/libreoffice',
'enabledPreviewProviders' =>
array (
0 => 'OC\\Preview\\Movie',
1 => 'OC\\Preview\\OpenDocument',
2 => 'OC\\Preview\\PDF',
3 => 'OC\\Preview\\Postscript',
4 => 'OC\\Preview\\SVG',
5 => 'OC\\Preview\\TIFF',
6 => 'OC\\Preview\\Font',
7 => 'OC\\Preview\\PNG',
8 => 'OC\\Preview\\JPEG',
9 => 'OC\\Preview\\GIF',
10 => 'OC\\Preview\\BMP',
11 => 'OC\\Preview\\XBitmap',
12 => 'OC\\Preview\\MP3',
13 => 'OC\\Preview\\TXT',
14 => 'OC\\Preview\\MarkDown',
),
'memcache.local' => '\\OC\\Memcache\\APCu',
'cache_chunk_gc_ttl' => 86400,
'mysql.utf8mb4' => true,
'tempdirectory' => '/srv/nextcloud/tmp',
'hashingCost' => 10,
'blacklisted_files' =>
array (
0 => '.htaccess',
),
'share_folder' => '/',
'cipher' => 'AES-256-CFB',
'filesystem_check_changes' => 1,
'filelocking.enabled' => true,
'filelocking.ttl' => 3600,
'passwordsalt' => '',
'secret' => '',
'version' => '13.0.4.0',
'dbport' => '',
'installed' => true,
'instanceid' => '',
);