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
030f3058
Commit
030f3058
authored
4 years ago
by
01137A744
Browse files
Options
Downloads
Patches
Plain Diff
Changes for local profiling
parent
1745f8e8
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
+14
-12
14 additions, 12 deletions
...dexer-ibm/src/main/resources/application-local.properties
with
27 additions
and
12 deletions
provider/indexer-ibm/pom.xml
+
13
−
0
View file @
030f3058
...
...
@@ -31,6 +31,19 @@
<name>
indexer-ibm
</name>
<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>
...
...
This diff is collapsed.
Click to expand it.
provider/indexer-ibm/src/main/resources/application-local.properties
+
14
−
12
View file @
030f3058
...
...
@@ -3,15 +3,15 @@ server.servlet.contextPath=/api/indexer/v2/
LOG_PREFIX
=
indexer
logging.level.org.springframework.web
=
DEBUG
server.port
=
808
0
server.port
=
808
4
JAVA_HEAP_OPTS
=
-Xms4096M -Xmx4096M
JAVA_GC_OPTS
=
-XX:+UseG1GC -XX:+UseStringDeduplication -XX:InitiatingHeapOccupancyPercent=45
DEFAULT_DATA_COUNTRY
=
US
AUTHORIZE_API
=
http
s
://
entitlements
:8080/api/entitlements/v1
AUTHORIZE_API
=
http://
localhost
:8080/api/entitlements/v1
AUTHORIZE_API_KEY
=
tobeupdated
LEGALTAG_API
=
http://l
egal
:808
0
/api/legal/v1
LEGALTAG_API
=
http://l
ocalhost
:808
1
/api/legal/v1
DEPLOYMENT_ENVIRONMENT
=
CLOUD
...
...
@@ -27,23 +27,25 @@ CRON_INDEX_CLEANUP_THRESHOLD_DAYS=3
CRON_EMPTY_INDEX_CLEANUP_THRESHOLD_DAYS
=
7
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
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
=
REPLACE_ME
## use apikey or user/password
ibm.db.user
=
REPLACE_ME
ibm.db.password
=
REPLACE_ME
ibm.tenant.db.url
=
${ibm.db.url}
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
=
${ibm.db.user}
ibm.tenant.db.password
=
${ibm.db.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.rabbitmq.uri
=
REPLACE_ME
ibm.keycloak.endpoint_url
=
keycloak-host.com
ibm.keycloak.realm
=
OSDU
...
...
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