Configuration Reference
Version:1.3.1-SNAPSHOT
Micronaut Chatbots Basecamp Core Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Sets whether this configuration is enabled. Default true. |
Micronaut Chatbots Basecamp Http Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Enables the controller. Default value true. |
|
java.lang.String |
Path to the controller. Default value "/basecamp". |
Micronaut Chatbots Core Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Whether chatbots is enabled. Default value (true). |
|
java.lang.String |
The folder to look for bot commands. |
|
java.util.List |
Possible static command file extensions. Default values MARKDOWN, HTML, TXT |
Micronaut Chatbots Telegram Core Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
|
|
java.lang.String |
|
|
boolean |
Sets whether this configuration is enabled. Default true. |
Micronaut Chatbots Telegram Http Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Enables the controller. Default value true . |
|
java.lang.String |
Path to the controller. Default value "/telegram" . |