Skip to content

Commit

Permalink
fixed node.js server
Browse files Browse the repository at this point in the history
  • Loading branch information
dunnock committed Feb 16, 2020
1 parent 003a72e commit 6ca06cc
Show file tree
Hide file tree
Showing 5 changed files with 1,959 additions and 24 deletions.
6 changes: 3 additions & 3 deletions node/db/knex.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module.exports = require('knex')({
client: 'pg',
connection: {
host : process.env.DB_HOST,
user : 'db_user',
password : 'admin',
database : 'db'
user : 'sped',
password : 'sped',
database : 'sped'
},
pool: {
min: 2,
Expand Down
Loading

0 comments on commit 6ca06cc

Please sign in to comment.