File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
openc3-cosmos-cmd-tlm-api
openc3-cosmos-script-runner-api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ web: bin/rails s -b 0.0.0.0 -p 2901
33ws : anycable-go --host 0.0.0.0 --port 3901 --path /openc3-api/cable --log_level error
44# Ruby logging is log-level (https://docs.anycable.io/ruby/logging?id=logging)
55# but Rails overrides this so we set it in config/application.rb
6- rpc : bundle exec anycable --broadcast_adapter http
6+ rpc : bundle exec anycable --broadcast_adapter http --http_broadcast_url http://127.0.0.1:8090/_broadcast
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ web: bin/rails s -b 0.0.0.0 -p 2902
33ws : anycable-go --host 0.0.0.0 --port 3902 --path /script-api/cable
44# Ruby logging is log-level (https://docs.anycable.io/ruby/logging?id=logging)
55# but Rails overrides this so we set it in config/application.rb
6- rpc : bundle exec anycable --broadcast_adapter http
6+ rpc : bundle exec anycable --broadcast_adapter http --http_broadcast_url http://127.0.0.1:8090/_broadcast
You can’t perform that action at this time.
0 commit comments