We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c29003 commit 02cea3cCopy full SHA for 02cea3c
apps/api/.env.example
@@ -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
@@ -0,0 +1 @@
+NEXT_PUBLIC_CLIENT_VERSION="0.5.4.2"
0 commit comments