Uusi samplekonffitiedosto

This commit is contained in:
Ismo Vuorinen
2013-06-18 20:39:36 +03:00
parent 4ae4ab15ea
commit f49f246d1b

View File

@@ -1,12 +1,16 @@
<?php
/**
* Database configuration
*
* Configure these and open the project in your browser,
* install script takes care of the rest.
*/
$config = array(
'server' => 'localhost',
'db' => 'lentolaskuri2',
'user' => 'lentolaskuri2',
'password' => '8@89z~UIwavn',
'server' => 'localhost',
'db' => 'database',
'user' => 'username',
'password' => 'password',
'table' => 'airports'
);
// ----