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 f27e209 commit db5912bCopy full SHA for db5912b
.env.example
@@ -0,0 +1,5 @@
1
+# This is an example environment file.
2
+# Copy this file to .env and fill in your actual configuration values.
3
+# The .env file is ignored by Git and should NOT be committed.
4
+
5
+DATABASE_URL="postgres://user:password@localhost:5432/db_name"
.gitignore
@@ -13,4 +13,7 @@ build/
13
.dart_frog
14
15
# Test related files
16
-coverage/
+coverage/
17
18
+# Environment variables
19
+.env
0 commit comments