Newer
Older
#server config
server.port=8080
#log config
LOG_PREFIX=indexer
logging.level.org.springframework=${LOG_LEVEL:DEBUG}
JAVA_OPTS=-Xms3072m -Xmx3072m
JAVA_GC_OPTS=-XX:+UseG1GC -XX:+UseStringDeduplication -XX:InitiatingHeapOccupancyPercent=45
#Default Cache Settings

Artem Dobrynin (EPAM)
committed
schema-cache-expiration=60
index-cache-expiration=60
elastic-cache-expiration=1440

Artem Dobrynin (EPAM)
committed
attributes-cache-expiration=2880
kinds-redis-database=1
cron-index-cleanup-threshold-days=3
cron-empty-index-cleanup-threshold-days=7
#indexer service config
DEFAULT_DATA_COUNTRY=US

Artem Dobrynin (EPAM)
committed
gae-service=indexer
security.https.certificate.trust=false
storage-records-by-kind-batch-size=1000
storage-records-batch-size=20
REDIS_SEARCH_PORT=6379
REDIS_SEARCH_HOST=redis-cache-search
PARTITION_HOST=http://partition
PARTITION_PATH=/api/partition/v1
PARTITION_API=${PARTITION_HOST}${PARTITION_PATH}
ENTITLEMENTS_HOST=http://entitlements
ENTITLEMENTS_PATH=/api/entitlements/v2
AUTHORIZE_API=${ENTITLEMENTS_HOST}${ENTITLEMENTS_PATH}
STORAGE_HOST=http://storage
STORAGE_PATH=/api/storage/v2
STORAGE_API=${STORAGE_HOST}${STORAGE_PATH}
STORAGE_QUERY_KINDS_HOST=${STORAGE_API}/query/kinds
STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST=${STORAGE_API}/query/records:batch
STORAGE_QUERY_RECORD_HOST=${STORAGE_API}/query/records
STORAGE_SCHEMA_HOST=${STORAGE_API}/schemas
SCHEMA_BASE_HOST=http://schema
SCHEMA_PATH=/api/schema-service/v1/schema
SCHEMA_HOST=${SCHEMA_BASE_HOST}${SCHEMA_PATH}
Riabokon Stanislav(EPAM)[GCP]
committed
records-changed-topic-name=records-changed
schema-changed-topic-name=schema-changed
reprocess-topic-name=reprocess
status-changed-topic-name=indexing-progress
propertyResolver.strategy=partition