Modif BDD
continuous-integration/drone/push Build is failing Details

WORK_KMO
Kevin MONTEIRO 1 year ago
parent 9eb7074df5
commit 30b7f036c5

@ -14,8 +14,8 @@ $dotenv->safeLoad();
define("APP_ENV", getenv('APP_ENV'));
const DB_HOST = 'localhost';
const DB_DATABASE = 'heartTrack';
const DB_USER = 'toto';
const DB_PASSWORD = 'achanger';
const DB_DATABASE = 'sae_3';
const DB_USER = 'root';
const DB_PASSWORD = '';
const DSN = "mysql:host=" . DB_HOST . ";dbname=" . DB_DATABASE;

Loading…
Cancel
Save