Updates
- apache2 config - dockerfile changes
This commit is contained in:
parent
c128fd5032
commit
7ffda3b2a5
42 changed files with 1488 additions and 86 deletions
|
@ -4,10 +4,4 @@ $port = (int)$_ENV['DB_PORT'];
|
|||
$username = $_ENV['DB_USERNAME'];
|
||||
$password = $_ENV['DB_PASSWORD'];
|
||||
$dbname = $_ENV['DB_DATABASE_NAME'];
|
||||
|
||||
// $servername = "127.0.0.1";
|
||||
// $port = 3306;
|
||||
// $username = "root";
|
||||
// $password = "";
|
||||
// $dbname = "geometrydash";
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue