Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 433 → Rev 434

/trunk/wakka.config.php
New file
0,0 → 1,13
<?php
// wakka.config.php cr&eacute;&eacute;e Thu Apr 7 19:23:34 2005
// ne changez pas la wikini_version manuellement!
$wakkaConfig = array(
"wakka_version" => "0.1.1",
"wikini_version" => "0.4.3",
"mysql_host" => PAP_BDD_SERVEUR,
"mysql_database" => PAP_BDD_NOM,
"mysql_user" => PAP_BDD_UTILISATEUR,
"mysql_password" => PAP_BDD_MOT_DE_PASSE,
"table_prefix" => "gen_dummy_wikini_",
);
?>