Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $CONFIG = array (
- 'passwordsalt' => '***',
- 'secret' => '***',
- 'trusted_domains' =>
- array (
- 0 => 'localhost',
- 5 => 'nextcloudpi.local',
- 7 => 'nextcloudpi',
- 8 => 'nextcloudpi.lan',
- 1 => '192.168.178.24',
- 3 => '***',
- 2 => '***',
- 4 => '***',
- ),
- 'datadirectory' => '/media/USBdrive/ncdata',
- 'dbtype' => 'mysql',
- 'version' => '14.0.4.2',
- 'overwrite.cli.url' => '***',
- 'dbname' => 'nextcloud',
- 'dbhost' => 'localhost',
- 'dbport' => '',
- 'dbtableprefix' => 'oc_',
- 'mysql.utf8mb4' => true,
- 'dbuser' => 'ncadmin',
- 'dbpassword' => '***',
- 'installed' => true,
- 'instanceid' => 'ockubejeb23o',
- 'memcache.local' => '\\OC\\Memcache\\Redis',
- 'memcache.locking' => '\\OC\\Memcache\\Redis',
- 'redis' =>
- array (
- 'host' => '/var/run/redis/redis.sock',
- 'port' => 0,
- 'timeout' => 0.0,
- 'password' => '*****',
- ),
- 'mail_smtpmode' => 'sendmail',
- 'mail_smtpauthtype' => 'LOGIN',
- 'mail_from_address' => 'admin',
- 'mail_domain' => 'ownyourbits.com',
- 'overwriteprotocol' => 'https',
- 'maintenance' => false,
- 'logfile' => '/media/USBdrive/ncdata/nextcloud.log',
- 'loglevel' => '2',
- 'log_type' => 'file',
- );
Advertisement
RAW Paste Data
Copied
Advertisement