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
+3-17
Original file line number
Diff line number
Diff line change
@@ -49,21 +49,7 @@
49
49
BUSAPI_URL=http://dockerhost:8002/v5
50
50
```
51
51
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.
52
+
- Values from this file would be automatically used by many `npm` commands.
67
53
- ⚠️ Never commit this file or its copy to the repository!
68
54
69
55
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:
@@ -234,8 +220,8 @@ To be able to change and test `taas-es-processor` locally you can follow the nex
234
220
|`npm run cov`| Code Coverage Report. |
235
221
|`npm run migrate`| Run any migration files which haven't run yet. |
236
222
| `npm run migrate:undo` | Revert most recent migration. |
237
-
| `npm run demo-payment-scheduler` | Create 1000 Work Periods Payment records in with status "scheduled" and various "amount" |
238
-
| `npm run emsi-mapping` | mapping EMSI tags to topcoder skills |
223
+
| `npm run demo-payment-scheduler` | Create 1000 Work Periods Payment records in with status "scheduled" and various "amount" |
224
+
| `npm run emsi-mapping` | mapping EMSI tags to topcoder skills |
0 commit comments