Skip to content

Commit

Permalink
DOCS - Change PUBLIC_HOST_ADDRESS environment variable information to…
Browse files Browse the repository at this point in the history
… required
  • Loading branch information
Juansecu committed Feb 25, 2024
1 parent a3ed3a4 commit bbd72aa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ due to the expected format of the payload from Discord.
- Discord Webhook URL
- **Environment variables:**

| Variable | Type | Description | Required | Default | Example |
| --------------------- | ------- | --------------------------------------------------- | -------- | ----------- | ------------------- |
| `HTTPS_CERT_FILEPATH` | String | The file path of the HTTPS certificate file | No | None | `/path/to/cert.pem` |
| `HTTPS_KEY_FILEPATH` | String | The file path of the HTTPS key file | No | None | `/path/to/key.pem` |
| `NODE_ENV` | String | The environment where the application is running | No | None | `development` |
| `PORT` | Number | The port where the HTTP server will be running | No | `3000` | `9020` |
| `PUBLIC_HOST_ADDRESS` | String | The public address where the application is running | No | `localhost` | `example.com` |
| `SHOULD_USE_HTTPS` | Boolean | Whether the application should use HTTPS | No | `false` | `true` |
| Variable | Type | Description | Required | Default | Example |
| --------------------- | ------- | --------------------------------------------------- | -------- | ------- | ------------------- |
| `HTTPS_CERT_FILEPATH` | String | The file path of the HTTPS certificate file | No | None | `/path/to/cert.pem` |
| `HTTPS_KEY_FILEPATH` | String | The file path of the HTTPS key file | No | None | `/path/to/key.pem` |
| `NODE_ENV` | String | The environment where the application is running | No | None | `development` |
| `PORT` | Number | The port where the HTTP server will be running | No | `3000` | `9020` |
| `PUBLIC_HOST_ADDRESS` | String | The public address where the application is running | Yes | None | `example.com` |
| `SHOULD_USE_HTTPS` | Boolean | Whether the application should use HTTPS | No | `false` | `true` |

**Note:**

Expand Down

0 comments on commit bbd72aa

Please sign in to comment.