Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
48c3db98
Commit
48c3db98
authored
14 years ago
by
tpylak
Browse files
Options
Downloads
Patches
Plain Diff
LMS-1546 correct screening openbis distribution config
SVN: 16673
parent
490171f8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
screening/dist/server/service.properties
+7
-11
7 additions, 11 deletions
screening/dist/server/service.properties
with
7 additions
and
11 deletions
screening/dist/server/service.properties
+
7
−
11
View file @
48c3db98
# Supported: 'file-authentication-service', 'crowd-authentication-service', 'dummy-authentication-service'
authentication-service
=
dummy-authentication-service
authentication-service
=
dummy-authentication-service
# The time after which an inactive session is expired by the service (in minutes).
# The time after which an inactive session is expired by the service (in minutes).
...
@@ -21,18 +22,13 @@ database.owner-password =
...
@@ -21,18 +22,13 @@ database.owner-password =
database.admin-user =
database.admin-user =
database.admin-password
=
database.admin-password
=
crowd.service.host
=
crowd-bsse.ethz.ch
#
crowd.service.host = crowd-bsse.ethz.ch
crowd.service.port
=
8443
#
crowd.service.port = 8443
crowd.application.name
=
lims
#
crowd.application.name =
<openbis_application_name_in_crowd>
crowd.application.password
=
#
crowd.application.password =
<password>
# The database instance local unique identifier. Used when the new database is created.
# The database instance local unique identifier. Used when the new database is created.
database-instance
=
CISD
database-instance
=
HCS
# Base URL of the Data Store Server.
# Will be used only for data sets registered in an openBIS server version before 14.04.2009 (or revision 10665)
data-store-server-base-url
=
http://localhost:8889/data_store
# The URL of the CIFEX server
# The URL of the CIFEX server
cifex-url
=
https://cifex.ethz.ch:443
cifex-url
=
https://cifex.ethz.ch:443
...
@@ -44,7 +40,7 @@ cifex-recipient = id:cifexdatamanager
...
@@ -44,7 +40,7 @@ cifex-recipient = id:cifexdatamanager
# Hibernate Search
# Hibernate Search
# The working directory.
# The working directory.
hibernate.search.index-base
=
./
targets/
indices-${database.kind}
hibernate.search.index-base
=
./indices-${database.kind}
# One of NO_INDEX, SKIP_IF_MARKER_FOUND, INDEX_FROM_SCRATCH.
# One of NO_INDEX, SKIP_IF_MARKER_FOUND, INDEX_FROM_SCRATCH.
# If not specified, default (SKIP_IF_MARKER_FOUND) is taken.
# If not specified, default (SKIP_IF_MARKER_FOUND) is taken.
hibernate.search.index-mode
=
SKIP_IF_MARKER_FOUND
hibernate.search.index-mode
=
SKIP_IF_MARKER_FOUND
...
...
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