38 lines
961 B
PHP
38 lines
961 B
PHP
<?php
|
|
$CONFIG = array (
|
|
'htaccess.RewriteBase' => '/',
|
|
'memcache.local' => '\\OC\\Memcache\\APCu',
|
|
'apps_paths' =>
|
|
array (
|
|
0 =>
|
|
array (
|
|
'path' => '/var/www/html/apps',
|
|
'url' => '/apps',
|
|
'writable' => false,
|
|
),
|
|
1 =>
|
|
array (
|
|
'path' => '/var/www/html/custom_apps',
|
|
'url' => '/custom_apps',
|
|
'writable' => true,
|
|
),
|
|
),
|
|
'upgrade.disable-web' => true,
|
|
'instanceid' => 'oc9kzn4jiq3i',
|
|
'passwordsalt' => 'CZ6iJgjvUHHZhL0z/CrVVEYJfzbmxJ',
|
|
'secret' => 'ldH3RI9e0rqUztr6r5G/VGtdKRpEl0mR4T8i+OUQLg6/A2b/',
|
|
'trusted_domains' =>
|
|
array (
|
|
0 => 'images.therinaldos.com',
|
|
1 => '10.0.10.5:8083'
|
|
),
|
|
'datadirectory' => '/var/www/html/data',
|
|
'dbtype' => 'sqlite3',
|
|
'version' => '28.0.3.2',
|
|
'overwrite.cli.url' => 'https://images.therinaldos.com',
|
|
'overwritehost' => 'images.therinaldos.com',
|
|
'overwriteprotocol' => 'https',
|
|
'dbname' => 'therinaldos',
|
|
'installed' => true,
|
|
);
|