Skip to content

Commit

Permalink
adding .env sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
xtatanx committed Jul 12, 2023
1 parent 596d523 commit d112a62
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
NODE_ENV=development

ACV_AUCTIONS_USER=[email protected]
ACV_AUCTIONS_PASS=pass

PROQUOTE_USER=user
PROQUOTE_PASS=pass

NODEMAILER_HOST=host
MAIL_TRAP_USER=user
MAIL_TRAP_PASS=pass

GMAIL_USER=user
GMAIL_PASS=pass

MAIL_FROM="user <[email protected]>"
MAIL_TO="[email protected]"

FIRESTORE_PROJECT_ID=id
FIRESTORE_CLIENT_EMAIL=email
FIRESTORE_PRIVATE_KEY=key

0 comments on commit d112a62

Please sign in to comment.