Skip to content

Commit

Permalink
Merge pull request #91 from michallenc/pyshv-broker
Browse files Browse the repository at this point in the history
shv: add pyshv broker configuration
  • Loading branch information
robertobucher authored Oct 23, 2024
2 parents 1e497db + 839cab2 commit 63bd1bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions BlockEditor/broker_conf.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name = "pysimCoderBroker"
listen = ["tcp://[::]:3755", "unix:shvbroker.sock"]

[user.admin]
password = "admin!123"
role = "admin"

[role.admin]
access.ssrv = "**"
mountPoints = "**" # can mount itself anywhere
access.dev = "**:*" # can access everything with DEV level
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pyqtgraph>=0.11.0 # MIT
lxml>=4.6.3 # BSD License
tornado>=6.1 # Apache Software License 2.0
scikit-build>=0.15.0 # MIT
pyshv>=0.6.1 #MIT
pyshv>=0.7.2 #MIT

0 comments on commit 63bd1bc

Please sign in to comment.