Fix: change database connect info
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$db_host = "localhost";
|
$db_host = "localhost";
|
||||||
$db_user = "jisangs";
|
$db_user = "chocomae";
|
||||||
$db_passwd = "Fr12nds95";
|
$db_passwd = "sEobMPuJ2A8KTfwU";
|
||||||
$db_name = "jisangs";
|
$db_name = "chocomae";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -6,9 +6,9 @@ if($hasServiceDBSetting == true) {
|
|||||||
include("./../setup/service_db_setting.php");
|
include("./../setup/service_db_setting.php");
|
||||||
} else {
|
} else {
|
||||||
$db_host = "localhost";
|
$db_host = "localhost";
|
||||||
$db_user = "chocomae";
|
$db_user = "jisangs";
|
||||||
$db_passwd = "sEobMPuJ2A8KTfwU";
|
$db_passwd = "Fr12nds95";
|
||||||
$db_name = "chocomae";
|
$db_name = "jisangs";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user