Skip to content

Commit 2c0b2c9

Browse files
committed
Add .env example
1 parent 2b13113 commit 2c0b2c9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.env.example

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
PORT = 3000
2+
3+
HOST_DB = localhost
4+
USER_DB = root
5+
PASS_DB = root
6+
7+
EMAIL_NOREPLY = naoresponda@elilusesquadrias.com.br
8+
EMAIL_CONTACT = contato@elilusesquadrias.com.br
9+
EMAIL_PASS = password
10+
11+
TOKEN_SECRET = tokensecret123

0 commit comments

Comments
 (0)