Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Indexer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Indexer
Commits
05b685a1
Commit
05b685a1
authored
3 years ago
by
Bill Wang
Browse files
Options
Downloads
Patches
Plain Diff
update properties for path
parent
a5a84aeb
No related branches found
No related tags found
1 merge request
!191
EKS Deploy
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
provider/indexer-aws/src/main/resources/application.properties
+6
-6
6 additions, 6 deletions
...der/indexer-aws/src/main/resources/application.properties
with
6 additions
and
6 deletions
provider/indexer-aws/src/main/resources/application.properties
+
6
−
6
View file @
05b685a1
...
...
@@ -22,13 +22,13 @@ aws.es.certificate.disableTrust=${ELASTIC_DISABLE_CERTIFICATE_TRUST:false}
GAE_SERVICE
=
indexer
#reusing STORAGE_
HOST
variable here as the base url to point to schema service
SCHEMA_HOST
=
${S
TORAGE_HOST
}/api/schema-service/v1/schema
#reusing STORAGE_
BASE_URL
variable here as the base url to point to schema service
SCHEMA_HOST
=
${S
CHEMA_BASE_URL
}/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_KINDS_HOST
=
${STORAGE_
HOST
}/api/storage/v2/query/kinds
STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST
=
${STORAGE_
HOST
}/api/storage/v2/query/records:batch
STORAGE_SCHEMA_HOST
=
${STORAGE_
BASE_URL
}/api/storage/v2/schemas
STORAGE_QUERY_RECORD_HOST
=
${STORAGE_
BASE_URL
}/api/storage/v2/query/records
STORAGE_QUERY_KINDS_HOST
=
${STORAGE_
BASE_URL
}/api/storage/v2/query/kinds
STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST
=
${STORAGE_
BASE_URL
}/api/storage/v2/query/records:batch
STORAGE_RECORDS_BATCH_SIZE
=
20
INDEXER_QUEUE_HOST
=
""
## AWS ElastiCache configuration
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment