-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml.example
42 lines (31 loc) · 991 Bytes
/
config.yml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Copy this config.yml.example to config.yml
# and edit the following details
#
# Donot remove or add fields as the configuration is checked strictly
# Doing so will fail the app to start
# Url of rocket chat server
URL: https://rocket.chat:5000
# bot username
USERNAME: bot
# bot password
PASSWORD: bot
# Use ssl(https)?
USE_SSL: TRUE
# channel/room (Currently supports one)
# Make sure the bot has already been added to the channel
ROOM: general
# meeting calendar read-only link (calendar-code)
MEETINGS_TEAMUP: someCodeXYZ123jnjn
# teamup token required for api calls
TOKEN_TEAMUP: jnfjnf993knjnjfnejkfnejnf
# run the bot in every X interval (mins)
# Keep it between 5 to 10
# default is 5
REPEAT_IN: 5
# path to keep logfile
# default LOG_PATH is /var/log folder
# It will be overriden if logpath flag is provided to bot while running the bot
LOG_PATH: /var/log
# name for the log file
# default log file name is teamup-rocket-chat.log
LOG_FILE_NAME: teamup-rocket-chat.log