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 310a750 commit 05d4105Copy full SHA for 05d4105
.env.example
@@ -1,6 +1,6 @@
1
-DATABASE_HOST = ""
2
-DATABASE_NAME = ""
3
-DATABASE_PORT = ""
4
-DATABASE_USERNAME = ""
5
-DATABASE_PASSWORD = ""
6
-DATABASE_URL = ""
+DATABASE_HOST = "localhost"
+DATABASE_NAME = "mydatabase"
+DATABASE_PORT = "5432"
+DATABASE_USERNAME = "myuser"
+DATABASE_PASSWORD = "mypassword"
+DATABASE_URL = "postgresql://USERNAME:PASSWORD@HOST:PORT/NAME?schema=public"
0 commit comments