Advertisement
Forage

config.php

Sep 17th, 2015
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.66 KB | None | 0 0
  1. <?php
  2. $CONFIG = array (
  3.   'instanceid' => 'oc3h2wa5xd24',
  4.   'passwordsalt' => '...',
  5.   'secret' => '...',
  6.   'trusted_domains' =>
  7.   array (
  8.     0 => '192.168.1.10',
  9.     1 => 'home.scratchingmyitch.com',
  10.   ),
  11.   'datadirectory' => '/usr/share/owncloud/data',
  12.   'overwrite.cli.url' => 'http://192.168.1.10/owncloud',
  13.   'dbtype' => 'mysql',
  14.   'version' => '8.1.3.0',
  15.   'dbname' => 'owncloud',
  16.   'dbhost' => 'localhost',
  17.   'dbtableprefix' => 'oc_',
  18.   'dbuser' => 'oc_admin',
  19.   'dbpassword' => '...',
  20.   'logtimezone' => 'UTC',
  21.   'installed' => true,
  22.   'loglevel' => 3,
  23.   'appstore.experimental.enabled' => false,
  24.   'theme' => '',
  25.   'maintenance' => false,
  26. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement