-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
39 lines (30 loc) · 918 Bytes
/
.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
######################################
## These parameters are recommended ##
######################################
# We have the sentry support
SENTRY_DSN=
SENTRY_ENVIRONMENT=production
# The interval at which the bot will view new ads
PARSER_FREQUENCY=1m
# If the bot found a sentence, it will check how long it's been in the database
# and if it's more than that number, the sentence is not fresh
ORDER_RELEVANCE=2m
# Bot's telegraph text
T_TOKEN=<telegram_api_token>
# Option parameter. Chat ID to which reports or feedback will be sent.
T_CHAT_ID=
# Go Application database settings
GO_DB_PASSWORD=hsearch
GO_DB_HOST=localhost
GO_DB_PORT=5432
# Django settings
DJANGO_SECRET_KEY=123
DJANGO_DEBUG=True
DJANGO_ALLOWED_HOSTS=localhost
# DJANGO database settings
DJANGO_DB_PASSWORD=hsearch
DJANGO_DB_HOST=localhost
DJANGO_DB_PORT=5432
# Django Google ReCaptcha
RECAPTCHA_PUBLIC_KEY=
RECAPTCHA_PRIVATE_KEY=