forked from SpEcHiDe/MyTelegramOrgRoBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_config.env
More file actions
34 lines (28 loc) · 822 Bytes
/
sample_config.env
File metadata and controls
34 lines (28 loc) · 822 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
30
31
32
33
34
#!/bin/bash
#
# Copyright (C) 2020 by SpEcHIDe@Github, < https://github.com/SpEcHIDe >.
#
# This file is part of < https://github.com/SpEcHIDe/MyTelegramOrgRoBot > project,
# Please see < https://github.com/SpEcHIDe/MyTelegramOrgRoBot/blob/master/LICENSE >
#
# All rights reserved.
# Please read the README to understand each variable values.
# ----------- REQUIRED ----------- #
WEBHOOK=ANYTHING
TG_BOT_TOKEN=
URL=
# ----------- OPTIONAL ----------- #
PORT=
APP_TITLE=usetgxbot
APP_SHORT_NAME=usetgxbot
APP_URL=https://telegram.dog/UseTGxBot
APP_DESCRIPTION="created using https://telegram.dog/UseTGxBot"
# - the strings used in the different message in the bot - #
FTEXT="❤️ @SpEcHlDe"
START_TEXT=
AFTER_RECVD_CODE_TEXT=
BEFORE_SUCC_LOGIN=
ERRED_PAGE=
CANCELLED_MESG=
IN_VALID_CODE_PVDED=
IN_VALID_PHNO_PVDED=