-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HIERARCHICAL TOPICS MEANS NO MORE METADATA
- Loading branch information
Showing
10 changed files
with
44 additions
and
1,019 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# fly.toml app configuration file generated for bytebot-discord-gateway on 2023-12-08T05:05:12Z | ||
# | ||
# See https://fly.io/docs/reference/configuration/ for information about how to use this file. | ||
# | ||
|
||
app = "bytebot-discord-gateway" | ||
primary_region = "atl" | ||
kill_signal = "SIGINT" | ||
kill_timeout = "5s" | ||
|
||
[build] | ||
dockerfile = "Dockerfile" | ||
|
||
[env] | ||
# Pattern is <protocol>.<server>.<env> | ||
BYTEBOT_ID = "discord.sithmail.prod" | ||
# Pattern is <direction>.<protocol>.<server>.<env> | ||
BYTEBOT_INBOUND = "inbound.discord.sithmail.prod" | ||
# Pattern is <direction>.<protocol>.<server>.<env> | ||
BYTEBOT_OUTBOUND = "outbound.discord.sithmail.prod" | ||
REDIS_URL = "fly-bytebot.upstash.io:6379" | ||
BYTEBOT_LOG_LEVEL = "DEBUG" | ||
|
||
[[vm]] | ||
cpu_kind = "shared" | ||
cpus = 1 | ||
memory_mb = 1024 | ||
|
||
[[metrics]] | ||
port = 8080 | ||
path = "/metrics" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.