chore(broker): shell script runner for app
This commit is contained in:
parent
e0c307a3f2
commit
3a80f01f99
|
|
@ -1,3 +1,5 @@
|
|||
This broker is an implementation of mochi. I had to fork it to customize CONNACK packet userProperty.
|
||||
This broker is an implementation of mochi. I've to forked it to customize CONNACK packet userProperty, although mochi lib might have a better approach to do it.
|
||||
|
||||
To run this project you might have Go compiler in your machine, and inside cmd folder there is a run.sh script, which runs the project with the right arguments; also inside the same folder is the auth.json file, that carries configs of RBAC.
|
||||
|
||||

|
||||
1
backend/services/mochi/cmd/run.sh
Normal file
1
backend/services/mochi/cmd/run.sh
Normal file
|
|
@ -0,0 +1 @@
|
|||
go run . -path auth.json
|
||||
Loading…
Reference in New Issue
Block a user