Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
seunAdeks authored Dec 8, 2024
1 parent 304d42d commit 7302899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu-calendar/includes/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

//Please fill in the servername, username, password and database
//mysql settings
$servername = getenv('DB_HOST') ?: 'localhost';
$servername = getenv('DB_HOST') ?: 'mysql';
$dbusername = getenv('DB_USER') ?: 'dsri-user';
$dbpassword = getenv('DB_PASSWORD');
$database = getenv('DB_NAME') ?: 'dsri-db';
Expand Down

0 comments on commit 7302899

Please sign in to comment.