We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df60d33 commit 9b94028Copy full SHA for 9b94028
tools-public/README.md
@@ -1 +1,20 @@
1
-# tools-private.mui.com
+# 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