-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.env
More file actions
36 lines (29 loc) · 726 Bytes
/
.env
File metadata and controls
36 lines (29 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Docker Compose configuration for mod-search
# Project name
COMPOSE_PROJECT_NAME=folio-mod-search
# Module Configuration
ENV=folio
MODULE_REPLICAS=2
# Database Configuration
DB_HOST=postgres
DB_PORT=5432
DB_DATABASE=okapi_modules
DB_USERNAME=folio_admin
DB_PASSWORD=folio_admin
# pgAdmin Configuration
PGADMIN_DEFAULT_EMAIL=user@domain.com
PGADMIN_DEFAULT_PASSWORD=admin
PGADMIN_PORT=5050
# Kafka Configuration
KAFKA_HOST=kafka
KAFKA_PORT=9093
KAFKA_TOPIC_PARTITIONS=2
KAFKA_UI_PORT=8090
# OpenSearch/Elasticsearch Configuration
ELASTICSEARCH_URL=http://opensearch:9200
ELASTICSEARCH_PORT=9200
ELASTICSEARCH_USERNAME=
ELASTICSEARCH_PASSWORD=
OPENSEARCH_DASHBOARDS_PORT=5601
# WireMock Configuration
WIREMOCK_PORT=9130