Skip to content

Commit c757a1d

Browse files
committed
README
1 parent 996a5c2 commit c757a1d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lookup-service-server/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ The following environment variables are needed for the database connection.
77

88
DATABASE - elasticsearch or opensearch
99

10-
**ElasticSearch**
10+
**ElasticSearch**
1111
1. ELASTIC_VERIFY_CERTS - True or False to verify certs
1212
2. ELASTIC_CA_CERT - Path to CA cert if verify certs set to true
1313
3. ELASTIC_HOST
1414
4. ELASTIC_USER
1515
5. ELASTIC_PASS
1616
6. ELASTIC_INDEX
1717

18-
**OpenSearch**
18+
**OpenSearch**
1919
1. OS_VERIFY_CERTS
2020
2. OS_CA_CERT
2121
3. OS_HOST
@@ -27,15 +27,15 @@ The following environment variables are needed for the database connection.
2727

2828
1. Schema for record validation
2929
```
30-
lookup-service-client/pslookup/perfsonar-pslookup/schema/schema.json
30+
lookup-service-client/pslookup/perfsonar-pslookup/schema/schema.json
3131
```
3232
2. Any modification to the schema will be reflected in the client package and server.
3333
3. Changes in the mapping should be complimented with updates to the database mappings.
3434
```
35-
lookup-service-server/app/mapping
35+
lookup-service-server/app/mapping
3636
```
3737
4. Context for Docker build is the root of the respository since the server needs access to schema from the client.
3838
To build the docker image locally.
3939
```
40-
docker build -f lookup-service-server/Dockerfile .
41-
```
40+
docker build -f lookup-service-server/Dockerfile .
41+
```

0 commit comments

Comments
 (0)