Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2021
80
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' => 'redacted',
  4.   'passwordsalt' => 'redacted',
  5.   'secret' => 'redacted',
  6.   'trusted_domains' =>
  7.   array (
  8.     0 => 'redacted',
  9.   ),
  10.   'datadirectory' => '/opt/nextcloud/',
  11.   'dbtype' => 'mysql',
  12.   'version' => '22.2.0.2',
  13.   'overwrite.cli.url' => 'redacted',
  14.   'dbname' => 'redacted',
  15.   'dbhost' => 'localhost',
  16.   'dbport' => '',
  17.   'dbtableprefix' => 'oc_',
  18.   'dbuser' => 'redacted',
  19.   'dbpassword' => 'redacted',
  20.   'installed' => true,
  21.   'maintenance' => false,
  22.   'theme' => '',
  23.   'lost_password_link' => 'disabled',
  24.   'loglevel' => 0,
  25.   'mail_smtpmode' => 'smtp',
  26.   'mail_sendmailmode' => 'smtp',
  27.   'mail_from_address' => 'redacted',
  28.   'mail_domain' => 'redacted',
  29.   'mail_smtphost' => 'redacted',
  30.   'mail_smtpauth' => 1,
  31.   'mail_smtpname' => 'redacted',
  32.   'mail_smtppassword' => 'redacted',
  33.   'mysql.utf8mb4' => true,
  34.   'mail_smtpauthtype' => 'LOGIN',
  35.   'twofactor_enforced' => 'true',
  36.   'twofactor_enforced_groups' =>
  37.   array (
  38.     0 => 'Users',
  39.     1 => 'admin',
  40.   ),
  41.   'twofactor_enforced_excluded_groups' =>
  42.   array (
  43.   ),
  44.   'memcache.local' => '\\OC\\Memcache\\APCu',
  45.   'defaultapp' => 'apporder',
  46.   'mail_smtpsecure' => 'tls',
  47.   'has_rebuilt_cache' => true,
  48.   'updater.release.channel' => 'stable',
  49.   'logtimezone' => 'redacted',
  50.   'encryption.key_storage_migrated' => false,
  51.   'default_phone_region' => 'ISO 3166-2:US',
  52. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement