Skip to content

Commit 05d4105

Browse files
committed
added example values
1 parent 310a750 commit 05d4105

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.env.example

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
DATABASE_HOST = ""
2-
DATABASE_NAME = ""
3-
DATABASE_PORT = ""
4-
DATABASE_USERNAME = ""
5-
DATABASE_PASSWORD = ""
6-
DATABASE_URL = ""
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

Comments
 (0)