Skip to content

Commit

Permalink
User controller tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nzediegwu1 committed Dec 1, 2017
1 parent ec788bf commit d371842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
/.nyc_output
/coverage
/npm-debug.log
/.env
/.env
/typings
8 changes: 0 additions & 8 deletions Server/config/config.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
module.exports = {
development: {
/*
username: 'admin',
password: 'password1',
database: 'EventManager',
host: '127.0.0.1',
dialect: 'postgres',*/
username: 'omkcdhmt',
password: 'rxAH5VckpPKKQlg0dGyk5fbELSipPo3X',
database: 'omkcdhmt',
host: 'baasu.db.elephantsql.com',
port: '5432',
dialect: 'postgres',

},
test: {
username: 'omkcdhmt',
Expand Down

0 comments on commit d371842

Please sign in to comment.