Update databases information, add gitignore and composer.

This commit is contained in:
2024-02-24 15:00:54 +01:00
parent f13ee9a8a0
commit 003ad32fd4
7 changed files with 215 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<?php
// konstanten.php
define('MYSQL_HOST', 'localhost');
define('MYSQL_USER', 'c2startup');
define('MYSQL_PASS', 'lmaa,dw.');
define('MYSQL_DATABASE', 'c2startup');
define('MYSQL_HOST', 'startup-db');
define('MYSQL_USER', 'startup');
define('MYSQL_PASS', 'WL5U6tnGYRm3t5iS2294PHVY4C55KuEL');
define('MYSQL_DATABASE', 'startup');