forked from UsergeTeam/Userge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.env.sample
More file actions
67 lines (37 loc) · 1.27 KB
/
config.env.sample
File metadata and controls
67 lines (37 loc) · 1.27 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Copyright (C) 2020 by UsergeTeam@Github, < https://github.com/UsergeTeam >.
#
# This file is part of < https://github.com/UsergeTeam/Userge > project,
# and is released under the "GNU v3.0 License Agreement".
# Please see < https://github.com/uaudith/Userge/blob/master/LICENSE >
#
# All rights reserved.
# Remove this line first before doing anything else
_____REMOVE_____THIS_____LINE_____ = True
# Get them from https://my.telegram.org/
API_ID = ""
API_HASH = ""
# Get it by running `bash genStr` command
HU_STRING_SESSION = ""
# Mongodb url from https://cloud.mongodb.com/
DATABASE_URL = ""
# Googel Drive API Keys from https://console.developers.google.com/
G_DRIVE_CLIENT_ID = ""
G_DRIVE_CLIENT_SECRET = ""
# Set True if it is TeamDrive
G_DRIVE_IS_TD = False
# ----------- OPTIONAL ----------- #
# Your Languge ( ex: if english => 'en' )
PREFERRED_LANGUAGE = ""
# api key from 'https://screenshotlayer.com'
SCREENSHOT_API = ""
# GDrive Folder ID
G_DRIVE_PARENT_ID = ""
# Telegram Log Channel ID
LOG_CHANNEL_ID = ""
# set this to your USERGE fork on GitHub
UPSTREAM_REPO = ""
# ----------- Only If Using Heroku ----------- #
# get a Heroku API key from http://dashboard.heroku.com/account
HEROKU_API_KEY = ""
# given app name to the heroku app
HEROKU_APP_NAME = ""