Skip to content

Commit b40d3c8

Browse files
committed
README
1 parent c757a1d commit b40d3c8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

lookup-service-server/README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,27 @@ Server to receive records from the clients and store in a database
44
# Deploying the server
55
The records are posted to elasticsearch or opensearch.
66
The following environment variables are needed for the database connection.
7-
7+
```
88
DATABASE - elasticsearch or opensearch
9-
9+
```
1010
**ElasticSearch**
11+
```
1112
1. ELASTIC_VERIFY_CERTS - True or False to verify certs
1213
2. ELASTIC_CA_CERT - Path to CA cert if verify certs set to true
1314
3. ELASTIC_HOST
1415
4. ELASTIC_USER
1516
5. ELASTIC_PASS
1617
6. ELASTIC_INDEX
17-
18+
```
1819
**OpenSearch**
20+
```
1921
1. OS_VERIFY_CERTS
2022
2. OS_CA_CERT
2123
3. OS_HOST
2224
4. OS_USER
2325
5. OS_PASS
2426
6. OS_INDEX
27+
```
2528

2629
# Note for Developers:
2730

0 commit comments

Comments
 (0)