3 Configuration
nova edited this page 4 years ago

Configuration

Following is a list of all the available configuration properties specific to chatto itself.
Apart from these, all the usual spring properties can be configured in the same way as well.
Please consult the spring boot documentation if you wish to configure them.

You must place these config paramaters in an application.properties file in the same directory as the jar file in this form -

chatto.token.timeout-duration=30

Properties

Name Description Possible values Default
chatto.token.timeout-duration The amount of time the authorization token will be valid Number > 0 30
chatto.frontend.loglevel The log level for the js frontend ERROR, WARN, INFO,
DEBUG, TRACE
TRACE in dev mode,
INFO in production
chatto.frontend.chat-page-size The pagination amount of the chat area messages Number > 0 9