Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Indexer
Commits
4fed7e96
Commit
4fed7e96
authored
Dec 23, 2020
by
Sviatoslav Nekhaienko
Browse files
add SCHEMA_HOST=${HOST}/api/schema-service/v1/schema
parent
3e2d0a6b
Changes
4
Hide whitespace changes
Inline
Side-by-side
provider/indexer-aws/src/main/resources/application.properties
View file @
4fed7e96
...
...
@@ -22,6 +22,8 @@ aws.es.serviceName=es
GAE_SERVICE
=
indexer
SCHEMA_HOST
=
${HOST}/api/schema-service/v1/schema
STORAGE_SCHEMA_HOST
=
${STORAGE_HOST}/api/storage/v2/schemas
STORAGE_QUERY_RECORD_HOST
=
${STORAGE_HOST}/api/storage/v2/query/records
STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST
=
${STORAGE_HOST}/api/storage/v2/query/records:batch
...
...
provider/indexer-azure/src/main/resources/application.properties
View file @
4fed7e96
...
...
@@ -36,7 +36,7 @@ KINDS_REDIS_DATABASE=1
CRON_INDEX_CLEANUP_THRESHOLD_DAYS
=
3
CRON_EMPTY_INDEX_CLEANUP_THRESHOLD_DAYS
=
7
SCHEMA_HOST
=
${schema
_
service
_url}
/schema
SCHEMA_HOST
=
${
HOST}/api/
schema
-
service
/v1
/schema
storage_service_url
=
${storage_service_endpoint}
STORAGE_SCHEMA_HOST
=
${storage_service_url}/schemas
...
...
provider/indexer-gcp/src/main/resources/application.properties
View file @
4fed7e96
...
...
@@ -40,3 +40,5 @@ elastic-datastore-id=indexer-service
security.https.certificate.trust
=
false
indexer.que.service.mail
=
default@iam.gserviceaccount.com
SCHEMA_HOST
=
${HOST}/api/schema-service/v1/schema
provider/indexer-ibm/src/main/resources/application.properties
View file @
4fed7e96
...
...
@@ -26,6 +26,8 @@ KINDS_REDIS_DATABASE=1
CRON_INDEX_CLEANUP_THRESHOLD_DAYS
=
3
CRON_EMPTY_INDEX_CLEANUP_THRESHOLD_DAYS
=
7
SCHEMA_HOST
=
${HOST}/api/schema-service/v1/schema
storage_service_url
=
http://localhost:8082
#storage_service_url=https://os-storage-ibm-osdu-r2.osduadev-a1c3eaf78a86806e299f5f3f207556f0-0000.us-south.containers.appdomain.cloud
STORAGE_SCHEMA_HOST
=
${storage_service_url}/api/storage/v2/schemas
...
...
@@ -64,3 +66,5 @@ ELASTIC_DATASTORE_ID=indexer-service
ELASTIC_HOST
=
elasticsearch.com
ELASTIC_PORT
=
443
ELASTIC_USER_PASSWORD
=
REPLACE_ME:REPLACE_ME
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment