21 lines
794 B
PHP
21 lines
794 B
PHP
<?php
|
|
$db_tiki='mysql';
|
|
$dbversion_tiki='25.2';
|
|
$host_tiki='db';
|
|
$user_tiki='tiki';
|
|
$pass_tiki='wiki';
|
|
$dbs_tiki='dockertiki';
|
|
$client_charset='utf8';
|
|
// If you experience text encoding issues after updating (e.g. apostrophes etc showing up as strange characters)
|
|
// $client_charset='latin1';
|
|
// $client_charset='utf8';
|
|
// See http://tiki.org/ReleaseNotes5.0#Known_Issues and http://doc.tiki.org/Understanding+Encoding for more info
|
|
|
|
// If your php installation does not not have pdo extension
|
|
// $api_tiki = 'adodb';
|
|
|
|
// Want configurations managed at the system level or restrict some preferences? http://doc.tiki.org/System+Configuration
|
|
// $system_configuration_file = 'db/tiki.ini.php';
|
|
// $system_configuration_file = '/etc/tiki.ini';
|
|
// $system_configuration_identifier = 'example.com';
|