Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $CONFIG = array (
- 'instanceid' => 'oclok4abipkt',
- 'passwordsalt' => 'BajmgqGxc/+HMTCtyZShxtyV3z2kfL',
- 'secret' => 'jVxYq0+Xpi8uKYkD7HfFB6d4gGL6nG+5VHcX1r0FRF3G6xPQ',
- 'trusted_domains' =>
- array (
- 0 => '192.168.1.71',
- 1 => 'andres9.ddns.net',
- 2 => 'danp.ddns.net',
- 3 => 'ip_pulbica',
- 4 => '192.168.1.89',
- ),
- 'datadirectory' => '/var/www/html/nextcloud/data',
- 'dbtype' => 'mysql',
- 'version' => '21.0.0.18',
- 'overwrite.cli.url' => 'https://192.168.1.71/nextcloud',
- 'dbname' => 'cloud',
- 'dbhost' => 'localhost:3344',
- 'dbport' => '',
- 'dbtableprefix' => 'oc_',
- 'mysql.utf8mb4' => true,
- 'dbuser' => 'dan',
- 'dbpassword' => '1213aikido',
- 'installed' => true,
- 'default_language' => 'es',
- 'memcache.local' => '\OC\Memcache\Redis',
- 'memcache.locking' => '\OC\Memcache\Redis',
- 'redis' => array(
- 'host' => 'localhost',
- 'port' => 6379,
- 'timeout' => 0.0,
- 'password' => '', // Opcional, será usado si no está definido ningún password.
- ),
- );
Advertisement
Add Comment
Please, Sign In to add comment