## Application settings ############################################################################################################### ! The path where the downloaded and created branding files will be stored. ! The tomcat user needs to own this directory! app.branding.content.path=/var/securedataspace/webui ! The time to wait until requesting the information from the SDS API. ! Since V3.1.5-5 only for the communication with the SDS API. #app.api.tenant.branding.info.cache.seconds=30 ! Defines the connection timeout for the communication with the SDS API. #app.sds.api.connection.timeout=2000 ! Defines whether the requested information is cached. It is strictly recommended to enable the cache! #app.api.tenant.branding.info.enabled=true ! The time to wait until the check if there are changes to the branding. ! For the communication with the Branding Portal based on the requested information from the SDS API. #app.check.update.branding.interval.seconds=30 ! If this option is enabled, the check if there are changes to the branding will be ignored. #app.branding.overwrite=false ! Defines the connection timeout for the communication with the Branding Portal/ Branding Server. #app.branding.server.connection.timeout=2000 ## SDS API settings ############################################################################################################### ! Defines a special SDS API Endpoint and disabled multi tenant configuration. #sds.api.url= ! Overrides the port and/or the protocol of the resolved SDS API Endpoint. #sds.api.port= sds.api.protocol=https ! Defines paths based on the SDS API Endpoint. Normally, these values must never be changed!!! ! Refers to both, the multi tenant configuration as well as individual configuration of SDS API. #sds.path.swagger=/swagger-proxy/api_v4/ #sds.path.webdav=/webdav #sds.path.api=/api/v4 ## Branding settings ############################################################################################################### ! With these options you can define special branding for the WebUI based one the !!!Branding Portal!!!. ! These options overrides the requested information from the SDS API. #branding.provider.url= #branding.provider.identifier= ! ---DEPRECATED--- ! With these options you can define special branding for the WebUI based one the !!!Branding Server!!!. ! These options overrides the requested information from the SDS API. #branding.server.url= #branding.server.customer= ## Common settings ############################################################################################################### ! Enable SNI Extension for java jsse.enableSNIExtension=true ## Logger settings ############################################################################################################### ! logger.[CLASS]=[LOG_LEVEL] ! ! EXAMPLE: #logger.eu.sspeurope.brandingportal.BrandingPortalClient=DEBUG #logger.eu.sspeurope.brandingserver.BrandingServerClient=DEBUG