Skip to content

Commit 996a5c2

Browse files
committed
README
1 parent 8cbcff6 commit 996a5c2

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

lookup-service-server/README.md

+17-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ls-registration-server
1+
# Lookup Service Server
22
Server to receive records from the clients and store in a database
33

44
# Deploying the server
@@ -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
@@ -24,17 +24,18 @@ The following environment variables are needed for the database connection.
2424
6. OS_INDEX
2525

2626
# Note for Developers:
27-
1. Schema for record validation
28-
```
27+
28+
1. Schema for record validation
29+
```
2930
lookup-service-client/pslookup/perfsonar-pslookup/schema/schema.json
30-
```
31-
2. Any modification to the schema will be reflected in the client package and server.
32-
3. Changes in the mapping should be complimented with updates to the database mappings.
33-
```
34-
lookup-service-server/app/mapping
35-
```
36-
4. Context for Docker build is the root of the respository since the server needs access to schema from the client.
37-
To build the docker image locally.
38-
```
39-
docker build -f lookup-service-server/Dockerfile .
40-
```
31+
```
32+
2. Any modification to the schema will be reflected in the client package and server.
33+
3. Changes in the mapping should be complimented with updates to the database mappings.
34+
```
35+
lookup-service-server/app/mapping
36+
```
37+
4. Context for Docker build is the root of the respository since the server needs access to schema from the client.
38+
To build the docker image locally.
39+
```
40+
docker build -f lookup-service-server/Dockerfile .
41+
```

0 commit comments

Comments
 (0)