Skip to content

Commit 9233ca7

Browse files
committed
chore: add .env.example file for database configuration and update .gitignore to include it
1 parent e2ffd95 commit 9233ca7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

apps/framework-editor/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/comp?schema=public"

apps/framework-editor/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ yarn-error.log*
1818

1919
# env files
2020
.env*
21+
!.env.example
2122

2223
# vercel
2324
.vercel

0 commit comments

Comments
 (0)