-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from karafra/nestjs
✏️ Fix typos from migration
- Loading branch information
Showing
3 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -7,6 +7,6 @@ openAi: | |
amqp: | ||
url: "{AMQP_URL}" | ||
discord: | ||
token: "{DISCORD_TOKEN}" | ||
token: "{TOKEN}" | ||
deploy: | ||
port: "{PORT}" |
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 |
---|---|---|
|
@@ -6,10 +6,7 @@ ENV TOKEN="$DISCORD_TOKEN" | |
|
||
ENV AMQP_URL="amqp://guest:guest@rabbitmq:5672" | ||
|
||
ENV SENTRY_DNS="https://[email protected]/6501050" | ||
|
||
ARG DISCORD_BOTID | ||
ENV BOTID="$DISCORD_BOTID" | ||
ENV SENTRY_DSN="https://[email protected]/6501050" | ||
|
||
ARG OPEN_AI_TOKEN | ||
ENV OPEN_API_TOKEN="$OPEN_AI_TOKEN" |
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