merged_PLE
Kevin MONTEIRO 1 year ago
parent 0093f21b81
commit 602c62ed61

@ -12,10 +12,17 @@ $dotenv->safeLoad();
// const DB_PASSWORD = $_ENV['DB_PASSWORD'] ?? 'achanger'; // const DB_PASSWORD = $_ENV['DB_PASSWORD'] ?? 'achanger';
define("APP_ENV", 'development'); define("APP_ENV", 'development');
const DB_SERVER = 'pgsql'; //const DB_SERVER = 'pgsql';
const DB_HOST = 'localhost'; //const DB_HOST = 'localhost';
//const DB_DATABASE = 'sae_3';
//const DB_USER = 'Perederii';
//const DB_PASSWORD = '';
//const APP_ENV = 'console';
const DB_SERVER = 'mysql';
const DB_HOST = 'localhost:3306';
const DB_DATABASE = 'sae_3'; const DB_DATABASE = 'sae_3';
const DB_USER = 'Perederii'; const DB_USER = 'root';
const DB_PASSWORD = ''; const DB_PASSWORD = '';
//const APP_ENV = 'console'; //const APP_ENV = 'console';

Loading…
Cancel
Save