diff --git a/cd/server.toml b/cd/server.toml index a4b1bb1..7b9acb4 100644 --- a/cd/server.toml +++ b/cd/server.toml @@ -1,4 +1,4 @@ -app = "openbook-candles" +app = "openbook-candles-server" kill_signal = "SIGTERM" kill_timeout = 30 diff --git a/fly.toml b/fly.toml deleted file mode 100644 index 2e9a440..0000000 --- a/fly.toml +++ /dev/null @@ -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