You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,21 @@
49
49
BUSAPI_URL=http://dockerhost:8002/v5
50
50
```
51
51
52
-
- Values from this file would be automatically used by many `npm` commands.
52
+
1. In the `./local` folder create `taas-es-processor.env` file with the next environment variables.<br>
53
+
54
+
```bash
55
+
# Auth0 config
56
+
AUTH0_URL=
57
+
AUTH0_AUDIENCE=
58
+
AUTH0_CLIENT_ID=
59
+
AUTH0_CLIENT_SECRET=
60
+
# Locally deployed services (via docker-compose)
61
+
KAFKA_URL=kafka:9093
62
+
ES_HOST=http://elasticsearch:9200
63
+
BUSAPI_URL=http://tc-bus-api:8002/v5
64
+
```
65
+
66
+
- Values from these file would be automatically used by many `npm` commands.
53
67
- ⚠️ Never commit this file or its copy to the repository!
54
68
55
69
1. Set `dockerhost` to point the IP address of Docker. Docker IP address depends on your system. For example if docker is run on IP `127.0.0.1` add a the next line to your `/etc/hosts` file:
@@ -223,7 +237,6 @@ To be able to change and test `taas-es-processor` locally you can follow the nex
223
237
| `npm run demo-payment-scheduler` | Create 1000 Work Periods Payment records in with status "scheduled" and various "amount" |
224
238
| `npm run emsi-mapping` | mapping EMSI tags to topcoder skills |
0 commit comments