Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ygorgs committed May 9, 2017
1 parent bdf5f49 commit 3ed80da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
'secret': '**',
'database': 'mongodb://localhost:maas-marvel/maas-marvel',
'MARVEL_API_BASE_URL': 'http://gateway.marvel.com/v1/public',
'MARVEL_API_PUBLIC_KEY': '3b6d2c2e6eb3864200ced086815588be',
'MARVEL_API_PRIVATE_KEY': 'c8227c91e7385175a862858b3dfc009387971ef0',
'MARVEL_API_PUBLIC_KEY': '**',
'MARVEL_API_PRIVATE_KEY': '**',
'MARVEL_API_TS': '1'
};

0 comments on commit 3ed80da

Please sign in to comment.