We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccf784 commit 4e8429aCopy full SHA for 4e8429a
server/.env.example
@@ -1,5 +1,9 @@
1
-PG_DATABASE_URL=postgres://postgres:postgrespassword@postgres:5432/default?connection_limit=1
2
-FRONT_BASE_URL=http://localhost:3000
+# Use this for local setup
+PG_DATABASE_URL=postgres://postgres:postgrespassword@localhost:5432/default?connection_limit=1
3
+# Use this for docker setup
4
+# PG_DATABASE_URL=postgres://postgres:postgrespassword@postgres:5432/default?connection_limit=1
5
+
6
+FRONT_BASE_URL=http://localhost:3001
7
ACCESS_TOKEN_SECRET=replace_me_with_a_random_string
8
LOGIN_TOKEN_SECRET=replace_me_with_a_random_string
9
REFRESH_TOKEN_SECRET=replace_me_with_a_random_string
0 commit comments