mirror of
https://codeberg.org/ThisIsMiseryy/techstore
synced 2026-05-14 12:42:04 +00:00
Cambio creds predefinite
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
// Configurazione connessione database
|
||||
$host = getenv("DB_HOST") ?: 'localhost';
|
||||
$username = getenv("DB_USERNAME") ?:'root';
|
||||
$password = getenv("DB_PASSWORD") ?: '';
|
||||
$username = getenv("DB_USERNAME") ?:'techstore';
|
||||
$password = getenv("DB_PASSWORD") ?: 'dioporco';
|
||||
$database = getenv("DB_DATABASE") ?: 'TechStore';
|
||||
|
||||
// Creazione connessione
|
||||
|
||||
Reference in New Issue
Block a user