We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f2ea9 commit 1289837Copy full SHA for 1289837
.env.example
@@ -1 +1,2 @@
1
-POSTGRES_URL=postgres://postgres:postgres@localhost:54322/riven
+POSTGRES_URL=postgres://postgres:postgres@localhost:5432/forge
2
+BACKEND_URL=http://localhost:8080
.gitignore
@@ -26,6 +26,7 @@ yarn-debug.log*
26
yarn-error.log*
27
28
# local env files
29
+.env
30
.env*.local
31
32
# vercel
0 commit comments