Skip to content

Commit

Permalink
Merge pull request #8 from podium/ra/cortex-checks-tiers
Browse files Browse the repository at this point in the history
Ra/cortex checks tiers
  • Loading branch information
ruby-abutaleb authored Aug 30, 2024
2 parents c0d2cce + 8334976 commit 8e2afc4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Unreleased]

[1.0.1] - 2024-08-20

Added


CHANGELOG.md to log changes and versions
config.md to document env vars
9 changes: 9 additions & 0 deletions guides/config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Configuration

## Env Vars

| Name | Description | Default value |
| -------------- | --------------------------- | -------------------- |
| `CLIENTID` | From your developer account | `YOUR_CLIENT_ID` |
| `CLIENTSECRET` | From your developer account | `YOUR_CLIENT_SECRET` |
| `REFRESHTOKEN` | From your developer account | `REFRESH_TOKEN` |
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
},
"author": "Jairo Franco",
"license": "ISC",
"engines": {
"node": "21.x"
},
"bugs": {
"url": "https://github.com/podium/podium-api-sample-contacts/issues"
},
Expand Down

0 comments on commit 8e2afc4

Please sign in to comment.