Advertisement
andyhubbert

Config broken instance

Dec 10th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.39 KB | None | 0 0
  1. <?php
  2. $CONFIG = array (
  3.   'instanceid' => 'ocqu94p70wq8',
  4.   'passwordsalt' => '',
  5.   'secret' => '',
  6.   'trusted_domains' =>
  7.   array (
  8.     0 => 'physicalitycloud.co.uk',
  9.     1 => 'www.physicalitycloud.co.uk',
  10.   ),
  11.   'datadirectory' => '/var/www/nextcloud/data',
  12.   'overwrite.cli.url' => 'https://www.physicalitycloud.co.uk/nextcloud',
  13.   'dbtype' => 'mysql',
  14.   'version' => '12.0.4.3',
  15.   'dbname' => 'nextcloud',
  16.   'dbhost' => 'externalhost',
  17.   'dbport' => '',
  18.   'dbtableprefix' => 'oc_',
  19.   'mysql.utf8mb4' => true,
  20.   'dbuser' => 'oc_andyhubbert3',
  21.   'dbpassword' => '',
  22.   'installed' => true,
  23.   'memcache.local' => '\\OC\\Memcache\\APCu',
  24.   'objectstore' =>
  25.   array (
  26.     'class' => 'OC\\Files\\ObjectStore\\S3',
  27.     'arguments' =>
  28.     array (
  29.       'bucket' => '',
  30.       'autocreate' => true,
  31.       'key' => '',
  32.       'secret' => '',
  33.       'hostname' => 'storage.googleapis.com',
  34.       'use_ssl' => true,
  35.     ),
  36.   ),
  37.   'maintenance' => false,
  38.   'theme' => '',
  39.   'loglevel' => 2,
  40.   'mail_smtpmode' => 'php',
  41.   'mail_smtpauthtype' => 'LOGIN',
  42.   'mail_smtpsecure' => 'ssl',
  43.   'mail_smtpauth' => 1,
  44.   'mail_from_address' => 'admin',
  45.   'mail_domain' => 'physicalitytherapies.co.uk',
  46.   'mail_smtphost' => 'smtp.zoho.com',
  47.   'mail_smtpport' => '465',
  48.   'mail_smtpname' => '',
  49.   'mail_smtppassword' => '',
  50.   'updater.secret' => '',
  51.   'updater.release.channel' => 'stable',
  52. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement