forked from tanhongit/telegram-git-notifier-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
executable file
·47 lines (36 loc) · 1.47 KB
/
.env.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
43
44
45
46
47
TGN_APP_NAME='Telegram Git Notify'
# Set your app url here (Required for the bot to work properly)
TGN_APP_URL=https://152.132.127.172:3000
TELEGRAM_BOT_TOKEN="###########:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
TELEGRAM_BOT_CHAT_ID="##########"
# Set the chat ids that will receive notifications here.
# You can add the owner bot id, group id, ...
# -------------------------------------------------------
# Note:
# Please use semicolon ";" to separate chat ids
# And use colon ":" to separate chat id and thread id
# And use comma "," if you want to add multiple thread ids
# -------------------------------------------------------
# The environment variable is expected to be in the format:
# "chat_id1;chat_id2:thread_id2;chat_id3:thread_id3_1,thread_id3_2;..."
TELEGRAM_NOTIFY_CHAT_IDS="-###########1;-############2:######2;-############3:######1,######2"
# Docker
PHP_VERSION_SELECTED=8.2
CONTAINER_NAME=telegram-git-notifier
APP_PORT=3000
# -----------------------------------------------------
# --------------------- Optional ----------------------
# Please change or comment if you want to use default.
# Note: Don't set blank value
# -----------------------------------------------------
#TGN_PATH_SETTING=
#TGN_PATH_PLATFORM_GITLAB=
#TGN_PATH_PLATFORM_GITHUB=
#TGN_VIEW_PATH=
#TGN_VIEW_EVENT_DEFAULT=
#TGN_VIEW_GLOBALS_ACCESS_DENIED=
#TGN_VIEW_TOOL_SETTING=
#TGN_VIEW_TOOL_CUSTOM_EVENT_ACTION=
#TGN_VIEW_TOOL_CUSTOM_EVENT=
#TGN_VIEW_TOOL_SET_MENU_COMMAND=
TIMEZONE=Asia/Ho_Chi_Minh