Skip to content

Commit 7c9c1c9

Browse files
authored
Update loader.php
1 parent 0910d71 commit 7c9c1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
$GLOBALS['config']['url_offset'] = 1;
66
$GLOBALS['devmode'] = 1;
77

8-
$GLOBALS['db_conf']['db_host'] = "localhost";
8+
$GLOBALS['db_conf']['db_host'] = "35.196.103.19";
99
$GLOBALS['db_conf']['port'] = "3306";
1010
$GLOBALS['db_conf']['db_db'] = "mydb";
1111
$GLOBALS['db_conf']['db_user'] = "admin";

0 commit comments

Comments
 (0)