Skip to content

Commit

Permalink
Example config files should be updated to work with nconf
Browse files Browse the repository at this point in the history
  • Loading branch information
chadfawcett committed Jan 24, 2015
1 parent ccfbce8 commit e7465d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
3 changes: 0 additions & 3 deletions config.example.js

This file was deleted.

3 changes: 3 additions & 0 deletions config.example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"MANDRILL_API_KEY": "OkRyrXiDRO1a66ccTbTX5Q"
}
6 changes: 0 additions & 6 deletions emails.example.js

This file was deleted.

6 changes: 6 additions & 0 deletions emails.example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"asdf": {
"email": "[email protected]",
"name": "Chad Fawcett"
}
}

0 comments on commit e7465d0

Please sign in to comment.