Skip to content

Commit

Permalink
fix introspection test
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Apr 19, 2018
1 parent 4c6ddfd commit 872702c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
jobs:
# CLI publishing
cli:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const connectionDetails = {
// database: 'prisma',
// user: 'prisma',
user: 'postgres',
host: 'localhost',
}

0 comments on commit 872702c

Please sign in to comment.