-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flags fixes + add channelOverride flag (#14)
Adding a channelOverride flag. This is useful for those who wants to run this application side by side their existing solution. This way all messages can be overwritten to a single channel, for debugging purposes (i.e. do I get the same messages in my monolith channel as my original channels?). It also can be used if one would like to _force_ all users to only allow sending to a specific channel. This way one could setup this proxy with their unique endpoint. I.e. my-channel.this-app with `-channelOverride #my-channel` and make it a limited proxy.
- Loading branch information
1 parent
8f93c48
commit 87d27a4
Showing
4 changed files
with
42 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters