. */ /** * 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;