This commit is contained in:
2025-11-24 22:16:31 -03:00
parent fd7681930b
commit ad9ece7763

View File

@@ -6,7 +6,7 @@ function installpostgre()
$configPath = $dir . '/config.php';
$password = null;
$db_user = 'dragoncore30'; // default user
$db_user = 'dragoncore33'; // default user
$db_name = 'dragoncore'; // default db name
// If config already exists, load existing password (and user/db if needed)