Skip to content

Commit

Permalink
feat: add env example
Browse files Browse the repository at this point in the history
  • Loading branch information
peam1146 committed Aug 16, 2023
1 parent a42bdba commit ef593cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ DB_HOST=
DB_USER=
DB_PASSWORD=
DB_PORT=
DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}

OPENAI_API_KEY=
OPENAI_API_KEY=

0 comments on commit ef593cc

Please sign in to comment.