Commit c757a1d 1 parent 996a5c2 commit c757a1d Copy full SHA for c757a1d
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ The following environment variables are needed for the database connection.
7
7
8
8
DATABASE - elasticsearch or opensearch
9
9
10
- **ElasticSearch**
10
+ ** ElasticSearch**
11
11
1. ELASTIC_VERIFY_CERTS - True or False to verify certs
12
12
2. ELASTIC_CA_CERT - Path to CA cert if verify certs set to true
13
13
3. ELASTIC_HOST
14
14
4. ELASTIC_USER
15
15
5. ELASTIC_PASS
16
16
6. ELASTIC_INDEX
17
17
18
- **OpenSearch**
18
+ ** OpenSearch**
19
19
1. OS_VERIFY_CERTS
20
20
2. OS_CA_CERT
21
21
3. OS_HOST
@@ -27,15 +27,15 @@ The following environment variables are needed for the database connection.
27
27
28
28
1 . Schema for record validation
29
29
```
30
- lookup-service-client/pslookup/perfsonar-pslookup/schema/schema.json
30
+ lookup-service-client/pslookup/perfsonar-pslookup/schema/schema.json
31
31
```
32
32
2 . Any modification to the schema will be reflected in the client package and server.
33
33
3 . Changes in the mapping should be complimented with updates to the database mappings.
34
34
```
35
- lookup-service-server/app/mapping
35
+ lookup-service-server/app/mapping
36
36
```
37
37
4 . Context for Docker build is the root of the respository since the server needs access to schema from the client.
38
38
To build the docker image locally.
39
39
```
40
- docker build -f lookup-service-server/Dockerfile .
41
- ```
40
+ docker build -f lookup-service-server/Dockerfile .
41
+ ```
You can’t perform that action at this time.
0 commit comments