SuperSmash_Framework/system/SuperSmash/applicationchooser/configuration/databaseconfiguration.php

10 lines
201 B
PHP

<?php
$database = array(
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'framework',
'username' => 'root',
'password' => '',
'port' => '3306'
);
?>