Fix launch params
This commit is contained in:
parent
67a2d30405
commit
f16731ace8
|
@ -10,9 +10,6 @@ primary_region = "nrt"
|
||||||
[build]
|
[build]
|
||||||
dockerfile = "../Dockerfile"
|
dockerfile = "../Dockerfile"
|
||||||
|
|
||||||
[experimental]
|
|
||||||
cmd = ["sh", "-c", "lite-rpc --rpc-addr $RPC_URL --ws-addr $WS_URL"]
|
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
PORT_HTTP = "8890"
|
PORT_HTTP = "8890"
|
||||||
PORT_WS = "8891"
|
PORT_WS = "8891"
|
||||||
|
|
|
@ -5,9 +5,6 @@ kill_timeout = 5
|
||||||
[build]
|
[build]
|
||||||
dockerfile = "../Dockerfile"
|
dockerfile = "../Dockerfile"
|
||||||
|
|
||||||
[experimental]
|
|
||||||
cmd = ["sh", "-c", "lite-rpc --rpc-addr $RPC_URL --ws-addr $WS_URL"]
|
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
PORT_HTTP = "8890"
|
PORT_HTTP = "8890"
|
||||||
PORT_WS = "8891"
|
PORT_WS = "8891"
|
||||||
|
|
Loading…
Reference in New Issue