update config.sample.php generated documentation

This commit is contained in:
Morris Jobke
2014-10-29 20:37:32 +01:00
parent 19dfec2fb6
commit 66e86aad87

View File

@@ -927,6 +927,25 @@ to be fetched in addition to any requested file.
One way to test is applying for a trystack account at http://trystack.org/
::
'supportedDatabases' => array(
'sqlite',
'mysql',
'pgsql',
'oci',
'mssql'
),
Database types that are supported for installation.
Available:
- sqlite (SQLite3)
- mysql (MySQL)
- pgsql (PostgreSQL)
- oci (Oracle)
- mssql (Microsoft SQL Server)
::
'custom_csp_policy' =>