Skip to content

Commit e80a1af

Browse files
committed
removed working dir as it has to be same
1 parent e6e3ece commit e80a1af

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

websub-consolidator.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ POLLING_INTERVAL = 10.0
2222
# The period in which Kafka close method waits to complete
2323
GRACEFUL_CLOSE_PERIOD = 5.0
2424

25-
CURRENT_WORKING_DIR = "user.dir"
2625

2726
# The disk space threshold for healthcheck
2827
DISK_SPACE_THRESHOLD = 10485760
@@ -31,4 +30,4 @@ DISK_SPACE_THRESHOLD = 10485760
3130
CONSOLIDATOR_PORT = 9192
3231

3332
# consolidator health endpoint
34-
# CONSOLIDATOR_HEALTH_ENDPOINT = "/consolidator/actuator/health"
33+
CONSOLIDATOR_HEALTH_ENDPOINT = "/consolidator/actuator/health"

websub-service.toml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,40 +58,38 @@ console = false # Default is false
5858

5959

6060
# The token validation URL of IDP
61-
#DISK_SPACE_THRESHOLD = 10485760
61+
DISK_SPACE_THRESHOLD = 10485760
6262

6363
# The token validation URL of IDP
64-
#PARTNER_USER_ID_PREFIX = "service-account-"
64+
PARTNER_USER_ID_PREFIX = "service-account-"
6565

6666

67-
#CURRENT_WORKING_DIR = "user.dir"
68-
6967
# The period between retry requests
70-
#INTENT_VERIFICATION_RETRY_INTERVAL = 3
68+
INTENT_VERIFICATION_RETRY_INTERVAL = 3
7169

7270
# The maximum retry count
73-
#INTENT_VERIFICATION_COUNT = 3
71+
INTENT_VERIFICATION_COUNT = 3
7472

7573
# The period between retry requests
76-
#INTENT_VERIFICATION_BACKOFF_FACTOR = 2.0
74+
INTENT_VERIFICATION_BACKOFF_FACTOR = 2.0
7775

7876
# The maximum retry count
79-
#INTENT_VERIFICATION_MAX_INTERVAL = 20
77+
INTENT_VERIFICATION_MAX_INTERVAL = 20
8078

8179
# The maximum retry count
82-
#KAFKA_CONSUMER_MAX_POLL_RECORDS = 50
80+
KAFKA_CONSUMER_MAX_POLL_RECORDS = 50
8381

8482
# The maximum retry count
85-
#KAFKA_CONSUMER_FETCH_MAX_BYTES = 3145728
83+
KAFKA_CONSUMER_FETCH_MAX_BYTES = 3145728
8684

8785
# The maximum retry count
88-
#KAFKA_CONSUMER_MAX_PARTITION_FETCH_BYTES = 524288
86+
KAFKA_CONSUMER_MAX_PARTITION_FETCH_BYTES = 524288
8987

9088
# Kafka topic which is stores consolidated websub subscribers for this server
91-
#META_TOPICS = "registered-websub-topics,consolidated-websub-topics,registered-websub-subscribers,consolidated-websub-subscribers";
89+
META_TOPICS = "registered-websub-topics,consolidated-websub-topics,registered-websub-subscribers,consolidated-websub-subscribers";
9290

9391
# consolidator base url
94-
#CONSOLIDATOR_BASE_URL = "${mosip.consolidator.url}"
92+
CONSOLIDATOR_BASE_URL = "${mosip.consolidator.url}"
9593

9694
# consolidator health endpoint
97-
#CONSOLIDATOR_HEALTH_ENDPOINT = "/consolidator/actuator/health"
95+
CONSOLIDATOR_HEALTH_ENDPOINT = "/consolidator/actuator/health"

0 commit comments

Comments
 (0)