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
b1064129
Commit
b1064129
authored
4 years ago
by
01137A744
Browse files
Options
Downloads
Patches
Plain Diff
Environment profiling changes
parent
98f84f46
No related branches found
No related tags found
1 merge request
!6
Trusted ibm
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
provider/indexer-ibm/pom.xml
+13
-0
13 additions, 0 deletions
provider/indexer-ibm/pom.xml
provider/indexer-ibm/src/main/resources/application-local.properties
+66
-0
66 additions, 0 deletions
...dexer-ibm/src/main/resources/application-local.properties
with
79 additions
and
0 deletions
provider/indexer-ibm/pom.xml
+
13
−
0
View file @
b1064129
...
...
@@ -32,6 +32,19 @@
<description>
Indexer Service IBM
</description>
<packaging>
jar
</packaging>
<profiles>
<profile>
<id>
local
</id>
<activation>
<activeByDefault>
false
</activeByDefault>
</activation>
<properties>
<build.profile.id>
local
</build.profile.id>
<profileActive>
local
</profileActive>
</properties>
</profile>
</profiles>
<dependencies>
<!-- OSDU core service dependencies -->
...
...
This diff is collapsed.
Click to expand it.
provider/indexer-ibm/src/main/resources/application-local.properties
0 → 100644
+
66
−
0
View file @
b1064129
server.servlet.contextPath
=
/api/indexer/v2/
LOG_PREFIX
=
indexer
logging.level.org.springframework.web
=
DEBUG
server.port
=
8084
JAVA_HEAP_OPTS
=
-Xms4096M -Xmx4096M
JAVA_GC_OPTS
=
-XX:+UseG1GC -XX:+UseStringDeduplication -XX:InitiatingHeapOccupancyPercent=45
DEFAULT_DATA_COUNTRY
=
US
AUTHORIZE_API
=
http://localhost:8080/api/entitlements/v1
AUTHORIZE_API_KEY
=
tobeupdated
LEGALTAG_API
=
http://localhost:8081/api/legal/v1
DEPLOYMENT_ENVIRONMENT
=
CLOUD
SCHEMA_CACHE_EXPIRATION
=
60
INDEX_CACHE_EXPIRATION
=
60
ELASTIC_CACHE_EXPIRATION
=
1440
CURSOR_CACHE_EXPIRATION
=
60
KINDS_CACHE_EXPIRATION
=
2880
ATTRIBUTES_CACHE_EXPIRATION
=
2880
MAX_CACHE_VALUE_SIZE
=
1000
KINDS_REDIS_DATABASE
=
1
CRON_INDEX_CLEANUP_THRESHOLD_DAYS
=
3
CRON_EMPTY_INDEX_CLEANUP_THRESHOLD_DAYS
=
7
storage_service_url
=
http://localhost:8082
STORAGE_SCHEMA_HOST
=
${storage_service_url}/api/storage/v2/schemas
STORAGE_QUERY_RECORD_HOST
=
${storage_service_url}/api/storage/v2/query/records
STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST
=
${storage_service_url}/api/storage/v2/query/records:batch
STORAGE_RECORDS_BATCH_SIZE
=
20
ibm.db.url
=
https://5be9693e-3324-400a-aadc-59908c132be2-bluemix:fda78cfd89315e9ff2f39cfb9c6cdd52dbd06e385786b523bb918654331176cb@5be9693e-3324-400a-aadc-59908c132be2-bluemix.cloudantnosqldb.appdomain.cloud
## use apikey or user/password
ibm.db.user
=
5be9693e-3324-400a-aadc-59908c132be2-bluemix
ibm.db.password
=
fda78cfd89315e9ff2f39cfb9c6cdd52dbd06e385786b523bb918654331176cb
ibm.tenant.db.url
=
https://5be9693e-3324-400a-aadc-59908c132be2-bluemix:fda78cfd89315e9ff2f39cfb9c6cdd52dbd06e385786b523bb918654331176cb@5be9693e-3324-400a-aadc-59908c132be2-bluemix.cloudantnosqldb.appdomain.cloud
## use apikey or user/password
ibm.tenant.db.user
=
5be9693e-3324-400a-aadc-59908c132be2-bluemix
ibm.tenant.db.password
=
fda78cfd89315e9ff2f39cfb9c6cdd52dbd06e385786b523bb918654331176cb
ibm.rabbitmq.uri
=
amqps://ibm_cloud_6d0f138f_4a92_4e3f_9110_3da1e950e261:fa818ec0e6970db65926f71f8a173052338d1e855cabf305053f1da752c738e3@93691a6a-6a28-4eca-a09e-da33088863e6.blijti4d0v0nkr55oei0.databases.appdomain.cloud:32346
ibm.cos.endpoint_url
=
s3.us-south.cloud-object-storage.appdomain.cloud
ibm.keycloak.endpoint_url
=
keycloak-host.com
ibm.keycloak.realm
=
OSDU
ibm.keycloak.client_id
=
osdu-login
ibm.keycloak.client_secret
=
REPLACE_ME
ibm.keycloak.username
=
REPLACE_ME
ibm.keycloak.password
=
REPLACE_ME
ibm.keycloak.useremail
=
osdu-user@osdu.opengroup.org
#Indexer-Queue-header
indexer.queue.key
=
abcd
ELASTIC_DATASTORE_KIND
=
SearchSettings
ELASTIC_DATASTORE_ID
=
indexer-service
ELASTIC_HOST
=
elasticsearch.com
ELASTIC_PORT
=
443
ELASTIC_USER_PASSWORD
=
REPLACE_ME:REPLACE_ME
This diff is collapsed.
Click to expand it.
Gokul Nagare
@gokul_nagare
mentioned in commit
d5255c23
·
4 years ago
mentioned in commit
d5255c23
mentioned in commit d5255c238ba67a6989a5a7dbc26c03b56b0b4f9e
Toggle commit list
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