Skip to content

Instantly share code, notes, and snippets.

@everdominguez
Created June 18, 2020 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save everdominguez/09eab8d91a3af0b99a09e5d690202ec6 to your computer and use it in GitHub Desktop.
Save everdominguez/09eab8d91a3af0b99a09e5d690202ec6 to your computer and use it in GitHub Desktop.
<?php
$CONFIG = array (
'instanceid' => '***',
'passwordsalt' => '***',
'secret' => '****',
'trusted_domains' =>
array (
0 => '****',
),
'datadirectory' => '/home/srw3m61laib9/public_html/cemcloud/data',
'overwrite.cli.url' => '****',
'dbtype' => 'mysql',
'version' => '10.4.0.4',
'dbname' => '***',
'dbhost' => '***',
'dbtableprefix' => 'oc_',
'dbuser' => '***',
'dbpassword' => '***',
'logtimezone' => 'UTC',
'apps_paths' =>
array (
0 =>
array (
'path' => '/home/srw3m61laib9/public_html/cemcloud/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/home/srw3m61laib9/public_html/cemcloud/apps-external',
'url' => '/apps-external',
'writable' => true,
),
),
'installed' => true,
'updater.secret' => '$2y$10$LuQDAL1/jWa0WxygJaok8uMX.EX5npCmZvFopYOiWIyDtgQ.OfT56',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment