forked from 4PERTURE/HomeBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_config.env
More file actions
29 lines (27 loc) · 872 Bytes
/
Copy pathexample_config.env
File metadata and controls
29 lines (27 loc) · 872 Bytes
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
# Bot
# Add here your HTTP API bot token, get it from @BotFather
BOT_API_TOKEN=""
# User IDs of users that have full power of the bot, as a list separated by spaces
BOT_ADMIN_USER_IDS=""
# Module - CI
# Read this before continuing: https://github.com/SebaUbuntu/HomeBot/wiki/Module-%7C-CI#variables
CI_APPROVED_USER_IDS=""
CI_MAIN_DIR=""
CI_CHANNEL_ID=""
CI_UPLOAD_ARTIFACTS="false"
CI_ARTIFACTS_UPLOAD_METHOD=""
CI_UPLOAD_BASE_DIR=""
# If you are using an upload method that requires this values, fill them
CI_UPLOAD_HOST=""
CI_UPLOAD_PORT=""
CI_UPLOAD_USERNAME=""
CI_UPLOAD_PASSWORD=""
# twrpdtgen script
CI_GITHUB_USERNAME=""
CI_GITHUB_TOKEN=""
CI_TWRPDTGEN_GITHUB_ORG=""
CI_TWRPDTGEN_CHANNEL_ID=""
# Module - Weather
# Read this before continuing: https://github.com/SebaUbuntu/HomeBot/wiki/Module-%7C-Weather#variables
WEATHER_API_KEY=""
WEATHER_TEMP_UNIT="metric"