Skip to content

Commit 9b94028

Browse files
[tools] Add docs to setup (#197)
1 parent df60d33 commit 9b94028

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

tools-public/README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# tools-private.mui.com
1+
# tools-public.mui.com
2+
3+
## .env
4+
5+
This application relies on the following environment variables.
6+
You need to create a `.env` file in the same folder as this README file and fill in the values.
7+
8+
```shell
9+
GITHUB_MUI_BOT2_PUBLIC_REPO_TOKEN=
10+
GITHUB_TOKEN= # https://github.com/settings/tokens with no scopes
11+
GOOGLE_SHEET_TOKEN=
12+
HIBOB_TOKEN_READ_STANDARD=
13+
STORE_PRODUCTION_READ_DATABASE=
14+
STORE_PRODUCTION_READ_HOST=
15+
STORE_PRODUCTION_READ_PASSWORD=
16+
STORE_PRODUCTION_READ_USERNAME=
17+
ZENDESK=
18+
```
19+
20+
Those values are actually a subset of https://github.com/mui/mui-private/blob/master/tools-private/README.md#env.

0 commit comments

Comments
 (0)