ÿØÿà JFIF ` ` ÿþ
|
Server : Apache System : Linux cloud.heroica.com.br 4.18.0-553.36.1.el8_10.x86_64 #1 SMP Wed Jan 22 03:07:54 EST 2025 x86_64 User : farolpborg ( 1053) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /var/softaculous/owncloud/ |
Upload File : |
<?php
$CONFIG = array (
'instanceid' => '[[instanceid]]',
'passwordsalt' => '[[passwordsalt]]',
'secret' => '[[secret]]',
'trusted_domains' =>
array (
0 => '[[domhost]]',
),
'datadirectory' => '[[softdatadir]]',
'overwrite.cli.url' => '[[softurl]]',
'dbtype' => 'mysql',
'version' => '10.16.0.0',
'dbname' => '[[softdb]]',
'dbconnectionstring' => '',
'dbhost' => '[[softdbhost]]',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => '[[softdbuser]]',
'dbpassword' => '[[softdbpass]]',
'allow_user_to_change_mail_address' => '',
'logtimezone' => 'UTC',
'apps_paths' =>
array (
0 =>
array (
'path' => '[[softpath]]/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '[[softpath]]/apps-external',
'url' => '/apps-external',
'writable' => true,
),
),
'installed' => true,
);