Skip to content

Commit

Permalink
Update config.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaupt authored Nov 22, 2020
1 parent 76e59e6 commit 060d026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
// Github Project: https://github.com/cbacon93/DCSServerStats

$PASSWORD = "secretpassword"; //password for data transmission
$UPLOAD_PASSWORD = "secretpassword"; //password for /upload/index.php
$UPLOAD_PASSWORD = "secretpassword"; //upload password for the test admin page

$MYSQL_HOST = "127.0.0.1";
$MYSQL_USER = "root";
$MYSQL_PASS = "";
$MYSQL_DB = "DCSServerStats";

$AUTO_CRON = true; //disable autoparsing of event data, you must set up a cronjob to call cron.php
?>
?>

0 comments on commit 060d026

Please sign in to comment.