Skip to content

Commit

Permalink
Adding an example config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotttf committed Jan 18, 2012
1 parent 04e3f8b commit 65c26a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
node_modules
local.json
9 changes: 9 additions & 0 deletions example_local.json
@@ -0,0 +1,9 @@
{
"database": {
"user": "foo",
"password": "bar",
"host": "localhost",
"port": "5673",
"database": "pubhub",
}
}

0 comments on commit 65c26a9

Please sign in to comment.