Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansurf committed May 22, 2024
1 parent 2146bf8 commit e8f81c8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ Change `.env.example` to `.env`

| Variable | Description|
| -------- | ------- |
| `PORT=` | The port you want to open to run the application. Default = 8000 |
| `SMTP_SERVER=` | The email server you are using. Default = smtp.gmail.com |
| `EMAIL=` | The email you will send the report from. |
| `EMAIL_PW=` | The sending email's password |
| `EMAIL_RECEIVER=` | The email that will receive the report (your personal email) |
| `COMMAND=` | The command that will be ran and shown in the email. Default = `localhost:8000` |
| `SUBJECT=` | The email's subject. Default = Surf Report |
| `PORT` | The port you want to open to run the application. Default = 8000 |
| `SMTP_SERVER` | The email server you are using. Default = smtp.gmail.com |
| `EMAIL` | The email you will send the report from. |
| `EMAIL_PW` | The sending email's password |
| `EMAIL_RECEIVER` | The email that will receive the report (your personal email) |
| `COMMAND` | The command that will be ran and shown in the email. Default = `localhost:8000` |
| `SUBJECT` | The email's subject. Default = Surf Report |

**Email Server**

Expand Down

0 comments on commit e8f81c8

Please sign in to comment.