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