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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,11 @@ The following parameters can be set in config files or in env variables:
30
30
-`topics.TAAS_RESOURCE_BOOKING_CREATE_TOPIC`: the create resource booking entity Kafka message topic
31
31
-`topics.TAAS_RESOURCE_BOOKING_UPDATE_TOPIC`: the update resource booking entity Kafka message topic
32
32
-`topics.TAAS_RESOURCE_BOOKING_DELETE_TOPIC`: the delete resource booking entity Kafka message topic
33
+
-`topics.TAAS_WORK_PERIOD_CREATE_TOPIC`: the create work period entity Kafka message topic
34
+
-`topics.TAAS_WORK_PERIOD_UPDATE_TOPIC`: the update work period entity Kafka message topic
35
+
-`topics.TAAS_WORK_PERIOD_DELETE_TOPIC`: the delete work period entity Kafka message topic
36
+
-`topics.TAAS_WORK_PERIOD_PAYMENT_CREATE_TOPIC`: the create work period payment entity Kafka message topic
37
+
-`topics.TAAS_WORK_PERIOD_PAYMENT_UPDATE_TOPIC`: the update work period payment entity Kafka message topic
33
38
-`esConfig.HOST`: Elasticsearch host
34
39
-`esConfig.AWS_REGION`: The Amazon region to use when using AWS Elasticsearch service
35
40
-`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
@@ -38,6 +43,7 @@ The following parameters can be set in config files or in env variables:
38
43
-`esConfig.ES_INDEX_JOB`: the index name for job
39
44
-`esConfig.ES_INDEX_JOB_CANDIDATE`: the index name for job candidate
40
45
-`esConfig.ES_INDEX_RESOURCE_BOOKING`: the index name for resource booking
46
+
-`esConfig.ES_INDEX_WORK_PERIOD`: the index name for work period
41
47
42
48
-`auth0.AUTH0_URL`: Auth0 URL, used to get TC M2M token
43
49
-`auth0.AUTH0_AUDIENCE`: Auth0 audience, used to get TC M2M token
0 commit comments