putting database configuration in config dir
This commit is contained in:
6
config/dbConfig.php
Normal file
6
config/dbConfig.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$mysqlServer = "127.0.0.1"; // Your production server
|
||||
$username = "moha";
|
||||
$passwd = "MysqlMoha";
|
||||
$database = "moha";
|
||||
?>
|
Reference in New Issue
Block a user