Skip to content

Commit

Permalink
Provision .env template
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmuenzner committed Mar 28, 2024
1 parent 1b90db9 commit 4f5654d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

##########################
######### BASIC ##########
##########################
PORT=Your-Port

KEY_VERIFY_TOKEN=Your-32-byte-verify-token
JWT_SECRET_KEY=Your-16-byte-secret-key

# AWS S3
AWS_ACCESS_KEY_ID=Your-aws-access-token
AWS_SECRET_ACCESS_KEY=Your-aws-secret
AWS_REGION=Your-aws-region-for-backup
AWS_S3_BUCKET_NAME=Your-existing-bucket-name

# Mongo Database
MONGODB_SCHEME=mongodb
MONGODB_USERNAME=Your-mongodb-username
MONGODB_PASSWORD=Your-mongodb-password
MONGODB_HOST=Your-mongodb-host-name
MONGODB_PORT=Your-mongodb-port

# Email
EMAIL_PROVIDER_PASSWORD=your-email-provider-password
EMAIL_PROVIDER_USERNAME=your-email-provider-username
EMAIL_PROVIDER_SMTP_PORT=587
EMAIL_PROVIDER_HOST=smtp.mailtrap.io
EMAIL_ADDRESS_RECEIVER_BACKUP=Your-mongodb-receiver-email-address
EMAIL_ADDRESS_SENDER_BACKUP=Your-mongodb-sender-email-address

0 comments on commit 4f5654d

Please sign in to comment.