Skip to content

Commit

Permalink
fix: rename token wallet path in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambie committed Apr 11, 2016
1 parent c0c06f5 commit 9f7dfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ var conf = convict({
partials: __dirname + '/app/partials',
public: __dirname + '/app/public',
routes: __dirname + '/app/routes',
tokenWallet: __dirname + '/.wallet'
tokenWallets: __dirname + '/.wallet'
}
},
sessions: {
Expand Down

0 comments on commit 9f7dfa7

Please sign in to comment.