Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhra264 committed Jul 31, 2024
1 parent 69390e3 commit 725e28c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,16 @@ Following are the ENVs related to chrome and SMTP. * means required -
**Example ENV setup**

```
ZO_REPORT_USER_NAME = "[email protected]"
ZO_REPORT_USER_EMAIL = "[email protected]"
ZO_REPORT_USER_PASSWORD = "Complexpass#123"
# SMTP
ZO_SMTP_ENABLED = "true"
ZO_SMTP_HOST = "smtp.gmail.com"
ZO_SMTP_PORT = 465
ZO_SMTP_PORT = 465 # Or 587
ZO_SMTP_USER_NAME = "[email protected]"
ZO_SMTP_PASSWORD = "somepassword"
ZO_SMTP_FROM_EMAIL = "[email protected]"
ZO_SMTP_ENCRYPTION = "ssltls"
ZO_SMTP_ENCRYPTION = "ssltls" # Or "starttls"
# Chrome
Expand All @@ -167,7 +166,9 @@ ZO_CHROME_WINDOW_HEIGHT = 730
On the OpenObserve part, you need to include the below ENVs -
```
ZO_WEB_URL = "http://localhost:5080"
ZO_REPORT_SERVER_URL = http://localhost:5090/api
ZO_REPORT_SERVER_URL = http://localhost:5090
# And if ZO_BASE_URI is present, then that also must be specified
# ZO_BASE_URI = "/abc"
```

**Note:** If you don’t specify `ZO_CHROME_CHECK_DEFAULT_PATH` ENV, then before downloading chromium, it will look for chromium in default locations -
Expand Down

0 comments on commit 725e28c

Please sign in to comment.