Remove combined deploy config, update env example

This commit is contained in:
Riordan Panayides 2023-05-19 19:32:42 +01:00
parent 872e6fcdb2
commit 6aee8be85a
3 changed files with 11 additions and 26 deletions

View File

@ -1,8 +1,11 @@
RPC_URL=http://solana-mainnet-api.rpc-node.com
DATABASE_URL=
SQLX_OFFLINE=true
MAX_PG_POOL_CONNS_WORKER=5
MAX_PG_POOL_CONNS_SERVER=15
USE_SSL=false
CA_CERT_PATH=
CLIENT_KEY_PATH=
SERVER_BIND_ADDR="127.0.0.1:8080"
PG_HOST=
PG_PORT=
PG_USER=
PG_PASSWORD=
PG_DBNAME=
PG_MAX_POOL_CONNECTIONS=3
PG_USE_SSL=true
PG_CA_CERT_PATH=
PG_CLIENT_KEY_PATH=

View File

@ -1,4 +1,4 @@
app = "openbook-candles"
app = "openbook-candles-server"
kill_signal = "SIGTERM"
kill_timeout = 30

View File

@ -1,18 +0,0 @@
app = "openbook-candles"
kill_signal = "SIGINT"
kill_timeout = 5
[processes]
server = "server markets.json"
worker = "worker markets.json"
[[services]]
processes = ["server"]
internal_port = 8080
protocol = "tcp"
[services.concurrency]
type = "connections"
hard_limit = 1024
soft_limit = 1024