Skip to content

Commit e4a0201

Browse files
committed
docs: improve README
1 parent 5d23c81 commit e4a0201

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,19 @@ To be able to change and test `taas-es-processor` locally you can follow the nex
177177
2. Run `taas-es-processor` separately from the source code. As `npm run services:up` already run all the dependencies for both `taas-apis` and for `taas-es-processor`. The only thing you need to do for running `taas-es-processor` locally is clone the [taas-es-processor](https://github.com/topcoder-platform/taas-es-processor) repository and inside `taas-es-processor` folder run:
178178
- `nvm use` - to use correct Node version
179179
- `npm run install`
180+
- Create `.env` file with the next environment variables. Values for **Auth0 config** should be shared with you on the forum.<br>
181+
182+
```bash
183+
# Auth0 config
184+
AUTH0_URL=
185+
AUTH0_AUDIENCE=
186+
AUTH0_CLIENT_ID=
187+
AUTH0_CLIENT_SECRET=
188+
```
189+
190+
- Values from this file would be automatically used by many `npm` commands.
191+
- ⚠️ Never commit this file or its copy to the repository!
192+
180193
- `npm run start`
181194

182195
## NPM Commands

0 commit comments

Comments
 (0)