lite-rpc/cd/lite-rpc-staging.toml

20 lines
318 B
TOML

#
# LiteRPC entrypoint will be served under https://api.mngo.cloud/lite-rpc-staging/v1/
#
app = "solana-lite-rpc-staging"
kill_signal = "SIGINT"
kill_timeout = 5
[build]
dockerfile = "../Dockerfile"
[env]
PORT_HTTP = "8890"
PORT_WS = "8891"
RUST_LOG = "info"
[metrics]
path = "/metrics"
port = 9091