We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf30b5 commit 8a5cbb2Copy full SHA for 8a5cbb2
src/phpGPS_Settings.php
@@ -22,10 +22,10 @@ class phpGPS_Settings {
22
public static $_title = "phpGPS";
23
24
//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";
+ public static $_host = "localhost"; //DB HOSTNAME
+ public static $_username = "phpgps"; //DB USER
+ public static $_password = "phpgps"; //DB PASS
+ public static $_dbname = "phpgps"; //DB NAME
29
30
//Days to delay displaying markers
31
public static $_markerDelay = 0;
0 commit comments