Skip to content

Commit

Permalink
refactor: Added a prettierignore file to exclude the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashton Jordan committed Dec 5, 2024
1 parent 7b103ea commit 3cc6b29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# ignoring the READEME file due to linting causing issues with the env table
**/*.md
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The simplest deployment method is using [Docker](https://docs.docker.com/engine/
### Environment Variables

These variables can be individually defined in Docker, or loaded as an `.env` file in the `/app` directory.
<!-- prettier-ignore-start -->

| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| TOKEN | **Required** | ` ` | Bot Token for Webex Messaging Posts
Expand All @@ -62,7 +62,7 @@ These variables can be individually defined in Docker, or loaded as an `.env` fi
| GLOBAL_AGENT_HTTP_PROXY | no | string | ` ` | Container HTTP Proxy Server (format `http://<ip or fqdn>:<port>`)
| GLOBAL_AGENT_NO_PROXY | no | string | ` ` | Comma Separated List of excluded proxy domains (Supports wildcards)
| NODE_EXTRA_CA_CERTS | no | string | ` ` | Include extra CA Cert bundle if required, (PEM format) ensure location is attached as a volume to the container
<!-- prettier-ignore-end -->


## Support

Expand Down

0 comments on commit 3cc6b29

Please sign in to comment.