<?php
$CONFIG = array (
  'instanceid' => 'oc00cptraqej',
  'passwordsalt' => 'QDWCIlUPIxBCPkOPapq39bHhFtrADT',
  'secret' => 'xfKWpSH0/UV4PYUClkDRyaeiYc2SugcEe0/mZVB7/6lElAQE',
  'trusted_domains' => 
  array (
    0 => 'cloud.calad.re',
  ),
  '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,
   	),
    ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'pgsql',
  'version' => '23.0.0.10',
  'overwrite.cli.url' => 'https://cloud.calad.re',
  'dbname' => 'nc',
  'dbhost' => 'nextcloud-db',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'nc',
  'dbpassword' => 'tavnuenRo',
  'installed' => true,
  'logfile' => '/var/log/nextcloud/nextcloud.log',
  'log_type' => 'file',
  'htaccess.RewriteBase' => '/',
  'skeletondirectory' => '',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'memcache.distributed' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => '/redis',
    'password' => '',
    'port' => 6379,
  ),
  'default_phone_region' => 'FR',
  'defaultapp' => 'files',
  'encryption.legacy_format_support' => false,
  'simpleSignUpLink.shown' => false,
  'updater.release.channel' => 'stable',
  'mail_domain' => 'oasis21.org',
  'mail_from_address' => 'nextcloud',
  'mail_smtpmode' => 'smtp',
  'loglevel' => 0,
  'integrity.check.disabled' => false,
  'ldapUserCleanupInterval' => '10',
  'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
  'maintenance' => false,
);