Skip to content

Commit 3c0329c

Browse files
added env to commit for demo purposes only
1 parent c8d5250 commit 3c0329c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 6 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ yarn-debug.log*
3030
yarn-error.log*
3131
.pnpm-debug.log*
3232

33-
# env files (can opt-in for committing if needed)
34-
.env*
35-
!.env.example
33+
# # env files (can opt-in for committing if needed)
34+
# .env*
35+
# !.env.example
3636

3737
# vercel
3838
.vercel

0 commit comments

Comments
 (0)