Skip to content

Commit c7f90f8

Browse files
committed
chore: add information to .env.example file
1 parent fa1443c commit c7f90f8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.env.example

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# Server
2-
SERVER_PORT =
2+
SERVER_PORT =
3+
4+
# Database
5+
DB_HOST =
6+
DB_PORT =
7+
DB_USERNAME =
8+
DB_PASSWORD =
9+
DB_DATABASE =

0 commit comments

Comments
 (0)