-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (32 loc) · 707 Bytes
/
Copy path.env.example
File metadata and controls
37 lines (32 loc) · 707 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
35
36
37
ENV=local
GRACEFUL_TIMEOUT=10s
# TG bot
TELEGRAM_ENABLED=true
TELEGRAM_BOT_TOKEN=<token>
TELEGRAM_BOT_TIMEOUT=60
TELEGRAM_BOT_DEBUG=false
TELEGRAM_BOT_GRAPHICS_PATH=graphs
TELEGRAM_BOT_GREETING_STICKER_ID=CAACAgIAAxkBAAENsAZnnijhwcwooGhXLNY2aKzoPm9cIgACakwAAjHzuEkvxW84-3kyNjYE
TELEGRAM_BOT_AUTHOR_NAME=javascriptizer1
# VK bot
VK_ENABLED=false
VK_ACCESS_TOKEN=<token>
VK_GROUP_ID=<group_id>
VK_GRAPHICS_PATH=graphs
VK_AUTHOR_ID=<author_id>
VK_AUTHOR_NAME=gymkitty
# Database
DB_USER=user
DB_PASSWORD=password
DB_HOST=localhost
DB_PORT=27017
DB_NAME=gymnote
# Cache
REDIS_ADDRESS=localhost:6379
REDIS_PASSWORD=password
REDIS_DB=0
# Backup
S3_ACCESS_KEY_ID=
S3_SECRET_ACCESS_KEY=
S3_BUCKET=
S3_ENDPOINT=