Skip to content

Commit 7e982b9

Browse files
committed
add: .env.default
1 parent fa0e62c commit 7e982b9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.env.default

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ENVIRONMENT=development
2+
PORT=8000
3+
DB_URL=postgresql://postgres:postgres@localhost:5432/db?sslmode=disable

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

0 commit comments

Comments
 (0)