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