Skip to content
Snippets Groups Projects
Commit 3f48c11e authored by felmer's avatar felmer
Browse files

LMS-445 service.properties of distribution with useful values, remove...

LMS-445 service.properties of distribution with useful values, remove background-color for div elements.

SVN: 8271
parent 4003231d
No related branches found
No related tags found
No related merge requests found
##############################################################
# Template of service.properties for generic openBIS server
##############################################################
# Supported: 'file-authentication-service' and 'crowd-authentication-service'
authentication-service = file-authentication-service
# The name of the Crowd server
crowd.service.host = <crowd server>
# The port that the Crowd service can be reached at
crowd.service.port = 8443
# Name of the application when logging in into Crowd
crowd.application.name = openbis
# Password for which the openBIS service is registered at Crowd
crowd.application.password = <application password>
# The time after which an inactive session is expired by the service (in minutes).
session-timeout = 30
body,div,td {
font-family: verdana, tahoma, helvetica;
font-size: 11px;
background-color: white;
}
.header {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment