Skip to content

Commit

Permalink
chore: example env files
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Nov 7, 2024
1 parent 2c29003 commit 02cea3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/api/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
DB_USERNAME="peppermint"
DB_PASSWORD="1234"
DB_HOST=localhost
DATABASE_URL="postgresql://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOST}/peppermint"
SECRET="supersecret"

1 change: 1 addition & 0 deletions apps/client/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_PUBLIC_CLIENT_VERSION="0.5.4.2"

0 comments on commit 02cea3c

Please sign in to comment.