From 8d700b104b4580976b9a9fb304767e4e60e67386 Mon Sep 17 00:00:00 2001 From: Rustam_Lotsmanenko <Rustam_Lotsmanenko@epam.com> Date: Thu, 21 Jan 2021 15:50:41 +0400 Subject: [PATCH] GONRG-1534 undo property change --- provider/indexer-gcp/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/indexer-gcp/src/main/resources/application.properties b/provider/indexer-gcp/src/main/resources/application.properties index 55f828665..b3d58b0c9 100644 --- a/provider/indexer-gcp/src/main/resources/application.properties +++ b/provider/indexer-gcp/src/main/resources/application.properties @@ -40,6 +40,6 @@ elastic-datastore-id=indexer-service security.https.certificate.trust=false indexer.que.service.mail=default@iam.gserviceaccount.com -SCHEMA_HOST=https://os-schema-jvmvia5dea-uc.a.run.app/api/schema-service/v1/schema +SCHEMA_HOST=${HOST}/api/schema-service/v1/schema storage-query-kinds-host=https://${STORAGE_HOSTNAME}/api/storage/v2/query/kinds -- GitLab