Skip to content

Commit

Permalink
agregados elementos env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorJJF committed Jan 2, 2021
1 parent 2a3a8c2 commit f85e64b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# DB
MONGO_URI=
# TOKEN
SALTROUNDS=
EXPIRESIN=
JWT_SECRET=
JWT_EXPIRATION_IN_MINUTES=
SALTROUNDS=10
EXPIRESIN=100h
JWT_SECRET=milittlesecret
JWT_EXPIRATION_IN_MINUTES=5000
# EMAILS
EMAIL_FROM_NAME=
EMAIL_FROM_ADDRESS=
EMAIL_SMTP_DOMAIN_MAILGUN=
EMAIL_SMTP_API_MAILGUN=
EMAIL_FROM_NAME="qwe"
EMAIL_FROM_ADDRESS="qwe"
EMAIL_SMTP_DOMAIN_MAILGUN="qwe"
EMAIL_SMTP_API_MAILGUN="qwe"
# FRONTEND
FRONTEND_URL=http://localhost:8080
# ENVIRONMENT
NODE_ENV=development
NODE_ENV=development

0 comments on commit f85e64b

Please sign in to comment.