Skip to main content
Version: 3.2

Web Server Properties

Refer to the following table for available Web Server properties:

PropertyDescriptionDefault
im.base-urlAllows you to set or customize the base URL for creating or resolving API URLshttp://IM_SERVER_DOMAIN_NAME:{server.port}
security.require-sslStrictly disallows any non-https trafficfalse
server.portPort used for API and UI access8080
server.ssl.key-aliasThe alias/certificate name used for encrypting HTTPS traffic
server.ssl.key-storeThe keystore file location containing the HTTPS certificate
server.ssl.key-store-passwordThe certificate password
server.ssl.key-store-typeThe keystore type (PKCS12 recommended)
spring.servlet.multipart.enabledWhether to enable support of multipart uploadstrue
spring.servlet.multipart.file-size-thresholdThreshold after which files are written to disk.100KB
spring.servlet.multipart.locationIntermediate location of uploaded files{sharedDataPath}/tmp
spring.servlet.multipart.max-file-sizeMax file size1MB
spring.servlet.multipart.max-request-sizeMax request size10MB