Skip to content

Commit 02cea3c

Browse files
committed
chore: example env files
1 parent 2c29003 commit 02cea3c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

apps/api/.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
DB_USERNAME="peppermint"
2+
DB_PASSWORD="1234"
3+
DB_HOST=localhost
4+
DATABASE_URL="postgresql://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOST}/peppermint"
5+
SECRET="supersecret"
6+

apps/client/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NEXT_PUBLIC_CLIENT_VERSION="0.5.4.2"

0 commit comments

Comments
 (0)