Skip to content

Commit

Permalink
Fix launch params
Browse files Browse the repository at this point in the history
  • Loading branch information
riordanp committed Dec 1, 2023
1 parent 67a2d30 commit f16731a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions cd/lite-rpc-staging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ primary_region = "nrt"
[build]
dockerfile = "../Dockerfile"

[experimental]
cmd = ["sh", "-c", "lite-rpc --rpc-addr $RPC_URL --ws-addr $WS_URL"]

[env]
PORT_HTTP = "8890"
PORT_WS = "8891"
Expand Down
3 changes: 0 additions & 3 deletions cd/lite-rpc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ kill_timeout = 5
[build]
dockerfile = "../Dockerfile"

[experimental]
cmd = ["sh", "-c", "lite-rpc --rpc-addr $RPC_URL --ws-addr $WS_URL"]

[env]
PORT_HTTP = "8890"
PORT_WS = "8891"
Expand Down

0 comments on commit f16731a

Please sign in to comment.