Skip to content

Commit

Permalink
Merge pull request #6 from appwrite/feat-update-env
Browse files Browse the repository at this point in the history
Update .env var
  • Loading branch information
eldadfux authored Aug 9, 2023
2 parents ad6c238 + 0e019d4 commit 9cc69af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
OPENAI_API_KEY=YOUR_OPENAI_API_KEY
_APP_ASSISTANT_OPENAI_API_KEY=YOUR_OPENAI_API_KEY
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN pnpm --prod install

COPY . .

ENV OPENAI_API_KEY=''
ENV _APP_ASSISTANT_OPENAI_API_KEY=''

EXPOSE 3003
CMD [ "node", "main.js" ]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ services:
volumes:
- ./docs:/app/docs
environment:
- OPENAI_API_KEY
- _APP_ASSISTANT_OPENAI_API_KEY

0 comments on commit 9cc69af

Please sign in to comment.