Skip to content

Instantly share code, notes, and snippets.

@thaihust
Created July 16, 2022 10:30
Show Gist options
  • Save thaihust/7d0640617ea829077708a045080440e3 to your computer and use it in GitHub Desktop.
Save thaihust/7d0640617ea829077708a045080440e3 to your computer and use it in GitHub Desktop.
<?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,
),
),
'overwriteprotocol' => 'https',
'instanceid' => 'oci09o05lqi0',
'passwordsalt' => 'M5bO3vzXM4ktcFJNF/z/iwgHjCskI2',
'secret' => 'ltqf9MXNOMuBOip6oxZfMdONr+sAM69+2pdoHwZGbX9c9hp3',
'trusted_domains' =>
array (
0 => 'nextcloud.fago-labs.com:443',
1 => 'nextcloud.fago-labs.com:80',
),
'datadirectory' => '/var/www/html/data',
'dbtype' => 'mysql',
'version' => '21.0.0.18',
'overwrite.cli.url' => 'https://nextcloud.fago-labs.com:443',
'dbname' => 'NC',
'dbhost' => 'NCDatabase',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'oc_fago-admin',
'dbpassword' => 'y2qgokhnwJtGvSHOv1eemYiZd43Ael',
'installed' => true,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment