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 9d8539c commit a894e49Copy full SHA for a894e49
.env
@@ -0,0 +1,6 @@
1
+POSTGRES_USER=john_doe
2
+POSTGRES_PASSWORD=john.doe
3
+POSTGRES_DB=docker_test_db
4
+DATABASE_URL=postgresql://john_doe:john.doe@postgres:5432/docker_test_db?schema=public
5
+PORT=8000
6
+VITE_SERVER_URL=http://127.0.0.1:7999
0 commit comments