diff --git a/app/apis.js b/app/apis.js index 3fa3df2..a932a9e 100644 --- a/app/apis.js +++ b/app/apis.js @@ -1,10 +1,10 @@ const escapeHtml = require('escape-html') const Pool = require('pg').Pool const pool = new Pool({ - user: 'salt', + user: 'ox', host: 'postgres', database: 'api', - password: 'salt', + password: 'ox', port: 5432 })