revert database password config change

This commit is contained in:
sehnryr
2022-10-16 14:27:38 +02:00
committed by Youn Mélois
parent 28589f8a44
commit b9a71d2898

View File

@@ -15,7 +15,7 @@ const DB_SERVER = '127.0.0.1';
const DB_PORT = '5432';
const DB_NAME = 'interpromos';
const DB_USER = 'postgres';
const DB_PASSWORD = 'new_password';
const DB_PASSWORD = '';
// Some constants to use in the application
const ACCESS_TOKEN_NAME = 'interpromos_session';