-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f15b2b0
commit 8fca61c
Showing
1 changed file
with
5 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
WIP - Not ready for use. | ||
# WIP - Not ready for use. | ||
|
||
* Development | ||
## Development | ||
|
||
You will need the following env vars set. In Prod, these would be passed in via Beep Boop. | ||
|
||
`export BEEPBOOP_TOKEN=foo` | ||
|
||
`export BEEPBOOP_ID=bar` | ||
|
||
`export BEEPBOOP_RESOURCER=ws://localhost:9000/ws` -- recommend using the [Beep Boop dev-console](https://github.com/BeepBoopHQ/dev-console) and setting this value to it. | ||
|
||
Run `python ./examples/simple.py` which registers listeners as a consuming app might. |