Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $CONFIG = array (
- 'memcache.local' => '\\OC\\Memcache\\APCu',
- 'datadirectory' => '/data',
- 'instanceid' => '***',
- 'passwordsalt' => '***',
- 'secret' => '***',
- 'trusted_domains' =>
- array (
- 0 => '192.168.100.250',
- 1 => '***'
- ),
- 'dbtype' => 'mysql',
- 'version' => '26.0.1.1',
- 'overwrite.cli.url' => 'https://192.168.100.250',
- 'dbname' => '***',
- 'dbhost' => '***',
- 'dbport' => '',
- 'dbtableprefix' => 'oc_',
- 'mysql.utf8mb4' => true,
- 'dbuser' => '***',
- 'dbpassword' => '***',
- 'installed' => true,
- 'log_type' => 'file',
- 'logfile' => 'LOGI.log',
- 'loglevel' => 1,
- "logdateformat" => "Y, F d H:i:s",
- 'max_chunk_size' => 0
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement