Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoof authored Sep 6, 2024
1 parent 30f09b8 commit 7df69fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ You should set the value of the `HOSTNAME` variable to the IP address or hostnam
```bash
hostname -I | awk '{print "IP " $1}' # for linux users to get the IP address
hostname # for mac or linux users to get the hostname
USER_SERVICE_EMAIL = 'add your email' # This email will be used by app to send otp to the user email
USER_SERVICE_PASS = 'add your email password'
```
You don't have to set the other values of the variables in the .env file. The default values should work fine. Once you have set the values of the variables in the .env file, you can run the following command in the root directory of the project:
```bash
Expand Down

0 comments on commit 7df69fa

Please sign in to comment.