Whitelabelling¶
SentinelTrails allows on-premise installations to be whitelabelled. To use whitelabeling:
Place directory named
configin the dir where you start the application from.Place file named
application.propertiesinside config dirThe following properties can be overridden:
styling.dir- path to the dir where logo and css files staystyling.footer- can contain html (it’s not escaped)styling.logo- name of file inside <styling.dir>; if <styling.dir> is not defined this can be urlstyling.css- name of file inside <styling.dir>; if <styling.dir> is not defined this can be urlstyling.title- page titlestyling.login.name- name on login pagestyling.login.footer- footer on login page ;can contain html (it’s not escaped)
Example:
styling.dir=file:config/whitelabel/
styling.footer=© 2018
styling.logo=your_logo.jpg
styling.css=your_styles.css
styling.title=White Label
styling.login.name=Company name
styling.login.footer=© 2019