Skip to content

Commit b570ba3

Browse files
committed
docs: update README
1 parent b349be1 commit b570ba3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,22 @@ The following parameters can be set in config files or in env variables:
110110
npm run lint:fix
111111
```
112112

113+
4. Local config
114+
115+
In the `taas-es-processor` root directory create `.env` file with the next environment variables. Values for **Auth0 config** should be shared with you on the forum.<br>
116+
117+
```bash
118+
# Auth0 config
119+
AUTH0_URL=
120+
AUTH0_AUDIENCE=
121+
AUTH0_AUDIENCE_UBAHN=
122+
AUTH0_CLIENT_ID=
123+
AUTH0_CLIENT_SECRET=
124+
```
125+
126+
- Values from this file would be automatically used by many `npm` commands.
127+
- ⚠️ Never commit this file or its copy to the repository!
128+
113129
5. Start the processor and health check dropin
114130

115131
```bash

0 commit comments

Comments
 (0)