-
Notifications
You must be signed in to change notification settings - Fork 0
Contents of .env
Ayush Singh edited this page Jul 3, 2021
·
1 revision
admin_id=
base_url=
jwt_secret=
email=
pass=
mongo_uri=
PORT=
- 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