Fix launch params
This commit is contained in:
parent
67a2d30405
commit
f16731ace8
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue