mirror of
https://github.com/appen-isen/site-interpromos.git
synced 2026-03-18 21:40:36 +01:00
revert database password config change
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user