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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,9 @@ The following parameters can be set in config files or in env variables:
38
38
-`topics.TAAS_INTERVIEW_REQUEST_TOPIC`: the request interview entity Kafka message topic
39
39
-`topics.TAAS_INTERVIEW_UPDATE_TOPIC`: the update interview entity Kafka message topic
40
40
-`topics.TAAS_INTERVIEW_BULK_UPDATE_TOPIC`: the bulk update interview entity Kafka message topic
41
+
-`topics.TAAS_ROLE_CREATE_TOPIC`: the create role entity Kafka message topic
42
+
-`topics.TAAS_ROLE_UPDATE_TOPIC`: the update role entity Kafka message topic
43
+
-`topics.TAAS_ROLE_DELETE_TOPIC`: the delete role entity Kafka message topic
41
44
-`esConfig.HOST`: Elasticsearch host
42
45
-`esConfig.AWS_REGION`: The Amazon region to use when using AWS Elasticsearch service
43
46
-`esConfig.ELASTICCLOUD.id`: The elastic cloud id, if your elasticsearch instance is hosted on elastic cloud. DO NOT provide a value for ES_HOST if you are using this
@@ -46,6 +49,7 @@ The following parameters can be set in config files or in env variables:
46
49
-`esConfig.ES_INDEX_JOB`: the index name for job
47
50
-`esConfig.ES_INDEX_JOB_CANDIDATE`: the index name for job candidate
48
51
-`esConfig.ES_INDEX_RESOURCE_BOOKING`: the index name for resource booking
52
+
-`esConfig.ES_INDEX_ROLE`: the index name for role
49
53
50
54
-`auth0.AUTH0_URL`: Auth0 URL, used to get TC M2M token
51
55
-`auth0.AUTH0_AUDIENCE`: Auth0 audience, used to get TC M2M token
Copy file name to clipboardExpand all lines: VERIFICATION.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Create documents in ES
4
4
5
-
- Run the following commands to create `Job`, `JobCandidate`, `Interview`, `ResourceBooking`, `WorkPeriod`, `WorkPeriodPayment` documents in ES.
5
+
- Run the following commands to create `Job`, `JobCandidate`, `Interview`, `ResourceBooking`, `WorkPeriod`, `WorkPeriodPayment`, `Role` documents in ES.
- Run `npm run view-data <model-name-here>` to see if documents were created.
23
25
24
26
## Update documents in ES
25
-
- Run the following commands to update `Job`, `JobCandidate`, `Interview`, `ResourceBooking`, `WorkPeriod`, `WorkPeriodPayment` documents in ES.
27
+
- Run the following commands to update `Job`, `JobCandidate`, `Interview`, `ResourceBooking`, `WorkPeriod`, `WorkPeriodPayment`, `Role` documents in ES.
0 commit comments