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 c8d5250 commit 3c0329cCopy full SHA for 3c0329c
.env
@@ -0,0 +1,6 @@
1
+# THIS FILE WILL NOT BE IGNORED BY GIT, USE FOR DEMO PURPOSES ONLY
2
+# You can store environment variables here for local development
3
+# IMPORTANT: DO NOT STORE SENSITIVE INFORMATION IN THIS FILE!!
4
+
5
+# Database Configuration
6
+DATABASE_URL="postgresql://taskflow:taskflow@localhost:5432/taskflow"
.env.example
.gitignore
@@ -30,9 +30,9 @@ yarn-debug.log*
30
yarn-error.log*
31
.pnpm-debug.log*
32
33
-# env files (can opt-in for committing if needed)
34
-.env*
35
-!.env.example
+# # env files (can opt-in for committing if needed)
+# .env*
+# !.env.example
36
37
# vercel
38
.vercel
0 commit comments