Skip to content

Commit

Permalink
Updated sample configuration to include the optional authorization st…
Browse files Browse the repository at this point in the history
…ring
  • Loading branch information
johnabass committed Sep 19, 2017
1 parent e24fe19 commit e41c339
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scytale/scytale.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

"fanout": {
"method": "POST",
"endpoints": ["http://localhost:7000/api/v2/device/send"]
"endpoints": ["http://localhost:7000/api/v2/device/send"],
"authorization": "QWxhZGRpbjpPcGVuU2VzYW1l"
},


Expand Down

0 comments on commit e41c339

Please sign in to comment.