Edit: /var/softaculous/gibbon/config.php (1747B)
.
*/
/**
* Sets the database connection information.
* You can supply an optional $databasePort if your server requires one.
*/
$databaseServer = '[[softdbhost]]';
$databaseUsername = '[[softdbuser]]';
$databasePassword = '[[softdbpass]]';
$databaseName = '[[softdb]]';
/**
* Sets a globally unique id, to allow multiple installs on a single server.
*/
$guid = '[[guid]]';
/**
* Sets system-wide caching factor, used to balance performance and freshness.
* Value represents number of page loads between cache refresh.
* Must be positive integer. 1 means no caching.
*/
$caching = 10;
/**
* Enables the System Admin > Impersonate User action, for testing and development.
* This option is off by default. Access can be granted by adding usernames to
* the list below. Allowed users must also have administrator access.
*/
$allowImpersonateUser = [];