Skip to content

Commit

Permalink
add rpcinterface factory
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Apr 7, 2024
1 parent 9fde20e commit ef8c219
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/dev/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ serverurl = http://127.0.0.1:9001

[inet_http_server]
port = 127.0.0.1:9001

[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
3 changes: 3 additions & 0 deletions docker/prod/bundles/supervisor/supervisord.default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ serverurl = http://127.0.0.1:9001

[inet_http_server]
port = 127.0.0.1:9001

[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
3 changes: 3 additions & 0 deletions docker/prod/bundles/supervisor/supervisord.remote.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ serverurl = http://127.0.0.1:9001

[inet_http_server]
port = 127.0.0.1:9001

[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

0 comments on commit ef8c219

Please sign in to comment.