Skip to content

Commit

Permalink
update config examples and app.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonotron committed Apr 19, 2016
1 parent 6a73735 commit 060c8cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
],
"env": {
"ADMIN": "[email protected]",
"MANDRILL_API_KEY": "you_mandrill_api_key"
"SMTP": "smtp://postmaster%40domain.com:[email protected]"
}
}
2 changes: 1 addition & 1 deletion config.example.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"MANDRILL_API_KEY": "your_api_key"
"SMTP": "smtp://postmaster%40domain.com:[email protected]"
}

0 comments on commit 060c8cc

Please sign in to comment.