Skip to content
Snippets Groups Projects
Commit 4077e5f2 authored by Duvelis Carao's avatar Duvelis Carao
Browse files

Adding missing context path for indexer

parent e9d821aa
Branches
Tags
1 merge request!11Azure - (4/4) - Adding missing context path for indexer
Pipeline #3115 failed
......@@ -39,6 +39,7 @@ az keyvault secret show --vault-name $KEY_VAULT_NAME --name $KEY_VAULT_SECRET_NA
| name | value | description | sensitive? | source |
| --- | --- | --- | --- | --- |
| `server.servlet.contextPath` | `/api/indexer/v2/` | Servlet context path | no | - |
| `storage_service_url` | ex `https://storage.azurewebsites.net` | Endpoint of storage service | no | output of infrastructure deployments |
| `STORAGE_SCHEMA_HOST` | `${storage_service_url}/schemas` | Endpoint of schema API | no | - |
| `STORAGE_QUERY_RECORD_HOST` | `${storage_service_url}/query/records` | Endpoint of records API | no | - |
......
......@@ -13,6 +13,7 @@
# limitations under the License.
LOG_PREFIX=indexer
server.servlet.contextPath=/api/indexer/v2/
REGION=centralus
logging.level.org.opendes.osdu=DEBUG
JAVA_OPTS=-Dserver.port=80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment