Environment
This page explains all available environment variables for the docker image.
General
Variable name
Default value
Description
APP_ID
WekanChatBot
Mainly used in logging as the name
LOG_LEVEL
debug
Describes, what should be logged. By default everything gets logged.
PORT
3000
The port the bot is listening on.
MONGO_URI
mongodb://localhost:27018/wekanbot
The mongodb uri which is used for the connection.
LOG_MONGO
true
Whether the logs should be stored at the database.
DEFAULT_LANGUAGE
en
The language which is used by the bot.
Wekan
Variable
Default
Description
WEKAN_BASE_URL
http://localhost
The url where wekan is hosted.
WEKAN_TOKEN
testtoken
The token obtained by setting up a outgoing webhooks.
WEKAN_USERNAME
chat
The username of a wekan admin account (used for REST-API)
WEKAN_PASSWORD
securePassword
The password from an admin user (user for REST-API).
Synology
Variable
Default
Description
SYNOLOGY_ BOT_INCOMING_URL
YOUR_URL
The synology incoming webhook.
SYNOLOGY_BOT_TOKEN
YOUR_TOKEN
The token from synology while creating the bot.
Last updated