diff --git a/knexfile.js b/knexfile.js index 4615738..8b7d963 100644 --- a/knexfile.js +++ b/knexfile.js @@ -6,7 +6,7 @@ module.exports = { client: 'postgresql', connection: { database: 'reddice', - user: 'rem', + user: process.env.LOGNAME, password: '' }, pool: {