-
Notifications
You must be signed in to change notification settings - Fork 12
WebConnector Configuration
The WebConnector has some configuration options. Some of these options should be adjusted depending on the running hardware and requirements.
Any of these options can be set in the /etc/i5.las2peer.webConnector.WebConnector.properties
file. If the option is not present in the file, it can simply be set adding a new line containing property = value
, or property = value1,value2
if it is a list.
int httpPort
int httpsPort
boolean startHttp
boolean startHttps
String sslKeystore
see Enable SSL for details
String sslKeyPassword
see Enable SSL for details
String crossOriginResourceDomain
accepted cross origin domain, defaults to *
int crossOriginResourceMaxAge
boolean enableCrossOriginResourceSharing
boolean onlyLocalServices
if set to true, only services running on the local node are executed
String defaultOIDCProvider
the default OIDC provider if none is specified, defaults to "https://api.learning-layers.eu/o/oauth2"
, see Request Authentication for details
List<String> oidcProviders
a list of whitelisted / supported OIDC providers
String defaultLoginUser
unauthorized requests will be performed using this user, should be left to the default
String defaultLoginPassword
int maxConnections
backlog; maximum number of queued incoming connections to allow on the listening socket
int maxThreads
maximum number of executing threads
int maxRequestBodySize
the maximum body size of a request
To use your own favicon for the WebConnector, place an Icon (.ico) file with the name favicon.ico in the etc directory, like etc/favicon.ico