We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4542b commit ff258a5Copy full SHA for ff258a5
server/.env.example
@@ -1,5 +1,5 @@
1
-PG_DATABASE_URL=postgres://postgres:postgrespassword@localhost:5432/default?connection_limit=1
2
-FRONT_BASE_URL=http://localhost:3001
+PG_DATABASE_URL=postgres://postgres:postgrespassword@postgres:5432/default?connection_limit=1
+FRONT_BASE_URL=http://localhost:3000
3
ACCESS_TOKEN_SECRET=replace_me_with_a_random_string
4
LOGIN_TOKEN_SECRET=replace_me_with_a_random_string
5
REFRESH_TOKEN_SECRET=replace_me_with_a_random_string
0 commit comments