Skip to content

Commit 5763b41

Browse files
committed
Update db configs
Signed-off-by: kiranpranay <pranay@cottonseeds.org>
1 parent 29d8d83 commit 5763b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
// session started here
33
session_start();
4-
$con = mysqli_connect("34.172.217.6","hydro","hydro123","stm");
4+
$con = mysqli_connect("10.128.0.5","weberqdbbot","weberQdb@@bot2026","stm");
55
if(mysqli_connect_errno()) {
66
die("Failed to connect with MySQL: ". mysqli_connect_error());
77
}

0 commit comments

Comments
 (0)