Skip to content

Commit 8a5cbb2

Browse files
committed
use default data
1 parent fbf30b5 commit 8a5cbb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/phpGPS_Settings.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ class phpGPS_Settings {
2222
public static $_title = "phpGPS";
2323

2424
//Database Info
25-
public static $_host = "DATABASE URL";
26-
public static $_username = "DB USER";
27-
public static $_password = "DB PASS";
28-
public static $_dbname = "DB NAME";
25+
public static $_host = "localhost"; //DB HOSTNAME
26+
public static $_username = "phpgps"; //DB USER
27+
public static $_password = "phpgps"; //DB PASS
28+
public static $_dbname = "phpgps"; //DB NAME
2929

3030
//Days to delay displaying markers
3131
public static $_markerDelay = 0;

0 commit comments

Comments
 (0)