Skip to content

Commit

Permalink
Update .gitignore and add missing credentials file
Browse files Browse the repository at this point in the history
  • Loading branch information
jczaplew committed Jul 28, 2016
1 parent 23ced1e commit 8b5bae6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.DS_Store

credentials*
credentials.yml
*.swp
6 changes: 6 additions & 0 deletions credentials.yml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
postgres:
user: postgres_username
port: 5432
host: localhost
database: deepdive_app
password: password123

0 comments on commit 8b5bae6

Please sign in to comment.