2023-01-13 11:23:53 -08:00
|
|
|
app = "solana-lite-rpc"
|
|
|
|
kill_signal = "SIGINT"
|
|
|
|
kill_timeout = 5
|
|
|
|
|
|
|
|
[env]
|
2023-01-19 08:50:42 -08:00
|
|
|
PORT_HTTP = "8890"
|
|
|
|
PORT_WS = "8891"
|
2023-01-13 11:23:53 -08:00
|
|
|
|
|
|
|
[[services]]
|
|
|
|
internal_port = 9000
|
|
|
|
processes = ["app"]
|
|
|
|
protocol = "tcp"
|
|
|
|
|
|
|
|
[services.concurrency]
|
|
|
|
hard_limit = 1024
|
|
|
|
soft_limit = 1024
|
|
|
|
type = "connections"
|
|
|
|
|
|
|
|
[[services]]
|
|
|
|
internal_port = 9001
|
|
|
|
processes = ["app"]
|
|
|
|
protocol = "tcp"
|
|
|
|
|
|
|
|
[services.concurrency]
|
|
|
|
hard_limit = 1024
|
|
|
|
soft_limit = 1024
|
|
|
|
type = "connections"
|
|
|
|
|
2023-01-28 15:45:16 -08:00
|
|
|
[metrics]
|
|
|
|
path = "/metrics"
|
|
|
|
port = 9091
|