nova 2020-05-31 06:51:18 +00:00
parent 8468f6ad24
commit 3a0aba7b2f

16
Configuration.md Normal file

@ -0,0 +1,16 @@
# Configuration
Following is a list of all the available configuration properties.
You must place these config paramaters in an application.properties in the same directory as the jar file in this form -
```properties
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, <br> DEBUG, TRACE | TRACE in dev mode, <br> INFO in production |
| chatto.frontend.chat-page-size | The pagination amount of the chat area messages | Number > 0 | 9 |