Skip to content

Commit

Permalink
[tools] Add docs to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 13, 2024
1 parent c0e3dfa commit 1f81486
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion tools-public/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# tools-private.mui.com
# tools-private.mui.com

## .env

This application relies on the following environment variables. You need to create a `.env` file in the same folder as this README file and fill in the values.

```shell
STORE_PRODUCTION_READ_HOST=
STORE_PRODUCTION_READ_PASSWORD=
STORE_PRODUCTION_READ_USERNAME=
STORE_PRODUCTION_READ_DATABASE=
BASTION_USERNAME=
BASTION_SSH_KEY=
BASTION_HOST=
GITHUB_TOKEN=
GITHUB_MUI_BOT2_PUBLIC_REPO_TOKEN=
HIBOB_TOKEN_READ_STANDARD=
STRIPE_TOKEN=
ZENDESK=
QONTO_LOGIN=
QONTO_SECRET_KEY=
GOOGLE_SHEET_TOKEN=
```

0 comments on commit 1f81486

Please sign in to comment.