Contents of .env - singhayushh/mpbians GitHub Wiki

Contents for .env file

admin_id=
base_url=
jwt_secret=
email=
pass=
mongo_uri=
PORT=

Description

  1. admin_id - this is to be the user id which the platform will identify as the admin. Eg value: 20130440
  2. base_url - host url where the website will run, localhost when running locally.
  3. jwt_secret - custom string that will encrypt the jwt token. Eg value - AJSfhuashf328e8_(@sfas
  4. email - email from which notification mails will be sent / received
  5. pass - this is not your email password (if the above mail was gmail)! this is 12 digit application key for mail which google provides.
  6. mongo_uri - connection string for mongo db. Mail me for using my mongo uri if you face trouble creating your own.
  7. PORT - port on which the server will run. Any digit number will work. Eg value : 5000