@@ -58,40 +58,38 @@ console = false # Default is false
58
58
59
59
60
60
# The token validation URL of IDP
61
- # DISK_SPACE_THRESHOLD = 10485760
61
+ DISK_SPACE_THRESHOLD = 10485760
62
62
63
63
# The token validation URL of IDP
64
- # PARTNER_USER_ID_PREFIX = "service-account-"
64
+ PARTNER_USER_ID_PREFIX = " service-account-"
65
65
66
66
67
- # CURRENT_WORKING_DIR = "user.dir"
68
-
69
67
# The period between retry requests
70
- # INTENT_VERIFICATION_RETRY_INTERVAL = 3
68
+ INTENT_VERIFICATION_RETRY_INTERVAL = 3
71
69
72
70
# The maximum retry count
73
- # INTENT_VERIFICATION_COUNT = 3
71
+ INTENT_VERIFICATION_COUNT = 3
74
72
75
73
# The period between retry requests
76
- # INTENT_VERIFICATION_BACKOFF_FACTOR = 2.0
74
+ INTENT_VERIFICATION_BACKOFF_FACTOR = 2.0
77
75
78
76
# The maximum retry count
79
- # INTENT_VERIFICATION_MAX_INTERVAL = 20
77
+ INTENT_VERIFICATION_MAX_INTERVAL = 20
80
78
81
79
# The maximum retry count
82
- # KAFKA_CONSUMER_MAX_POLL_RECORDS = 50
80
+ KAFKA_CONSUMER_MAX_POLL_RECORDS = 50
83
81
84
82
# The maximum retry count
85
- # KAFKA_CONSUMER_FETCH_MAX_BYTES = 3145728
83
+ KAFKA_CONSUMER_FETCH_MAX_BYTES = 3145728
86
84
87
85
# The maximum retry count
88
- # KAFKA_CONSUMER_MAX_PARTITION_FETCH_BYTES = 524288
86
+ KAFKA_CONSUMER_MAX_PARTITION_FETCH_BYTES = 524288
89
87
90
88
# 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" ;
92
90
93
91
# consolidator base url
94
- # CONSOLIDATOR_BASE_URL = "${mosip.consolidator.url}"
92
+ CONSOLIDATOR_BASE_URL = " ${mosip.consolidator.url}"
95
93
96
94
# consolidator health endpoint
97
- # CONSOLIDATOR_HEALTH_ENDPOINT = "/consolidator/actuator/health"
95
+ CONSOLIDATOR_HEALTH_ENDPOINT = " /consolidator/actuator/health"
0 commit comments