Skip to content

Instantly share code, notes, and snippets.

@harryWonder
Created June 10, 2021 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harryWonder/9508e91d0233e2ef2637dde50f0fb135 to your computer and use it in GitHub Desktop.
Save harryWonder/9508e91d0233e2ef2637dde50f0fb135 to your computer and use it in GitHub Desktop.
LD NodeJS & Nginx Demo ENV File
#Application Configurations
APP_KEY=
APP_NAME=Martian_Mongodb
APP_VERSION=1.0.0
APP_URL=http://martian_mongo_flavour
APP_PORT=4400
APP_ENV=development
NODE_ENV=development
#Database Configurations
DATABASE_HOST=martian_mongo_db
DATABASE_PORT=27017
DATABASE_NAME=martian_database
#Redis Configurations
REDIS_PORT=6379
REDIS_HOST=martian_redis_db
#Mail Configurations
MAIL_FROM=info@martian.com
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=
MAIL_PASSWORD=
#Token Configurations
JWT_USER_HEADERS=
JWT_ADMIN_HEADERS=
JWT_USER_SECRET=
JWT_ADMIN_SECRET=
#Twilio Config
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
#Aws Configurations
AWS_SECRET_KEY=
AWS_ACCESS_KEY=
AWS_REGION=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment