Advertisement
Guest User

Untitled

a guest
May 25th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.48 KB | None | 0 0
  1. <?php
  2. $CONFIG = array (
  3.   'instanceid' => 'ocy1fx06qaw9',
  4.   'passwordsalt' => '------',
  5.   'secret' => '------',
  6.   'trusted_domains' =>
  7.   array (
  8.     0 => '------',
  9.     1 => '------',
  10.     2 => '------',
  11.     3 => '------',
  12.   ),
  13.   'datadirectory' => '------',
  14.   'dbtype' => 'mysql',
  15.   'version' => '24.0.1.1',
  16.   'overwrite.cli.url' => '------',
  17.   'dbname' => '------',
  18.   'dbhost' => 'localhost',
  19.   'dbport' => '',
  20.   'dbtableprefix' => 'oc_',
  21.   'mysql.utf8mb4' => true,
  22.   'dbuser' => '------',
  23.   'dbpassword' => '------',
  24.   'installed' => true,
  25.   'default_phone_region' => 'ES',
  26.   'memcache.local' => '\\OC\\Memcache\\Memcached',
  27.   'memcache.distributed' => '\\OC\\Memcache\\Memcached',
  28.   'memcached_servers' =>
  29.   array (
  30.     0 =>
  31.     array (
  32.       0 => 'localhost',
  33.       1 => 11211,
  34.     ),
  35.   ),
  36.   'mail_from_address' => '------',
  37.   'mail_smtpmode' => 'smtp',
  38.   'mail_sendmailmode' => 'smtp',
  39.   'mail_domain' => '------',
  40.   'mail_smtpauth' => 1,
  41.   'mail_smtpauthtype' => 'LOGIN',
  42.   'mail_smtphost' => '------',
  43.   'mail_smtpname' => '------',
  44.   'mail_smtppassword' => '------',
  45.   'app_install_overwrite' =>
  46.   array (
  47.     0 => 'ocr',
  48.     1 => 'pdfdraw',
  49.     2 => 'customproperties',
  50.     3 => 'files_external_onedrive',
  51.     4 => 'camerarawpreviews',
  52.     5 => 'documentserver_community',
  53.     6 => 'files_3d',
  54.     7 => 'imageconverter',
  55.     8 => 'hsts',
  56.   ),
  57.   'maintenance' => false,
  58.   'theme' => '',
  59.   'loglevel' => 0,
  60.   'updater.secret' => '------',
  61. );
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement