-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.dist
57 lines (48 loc) · 879 Bytes
/
.env.dist
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
ENV_NAME=dev
# General settings
TIMEZONE=Europe/Moscow
MEDIA_ROOT=/media/bot-data
# Bot settings
BOT_TOKEN=
# Polling mode (polling/webhook)
BOT_MODE=polling
# Webhook settings
BOT_WEBHOOK_HOST=bot
BOT_WEBHOOK_PORT=8080
# Database settings
DB_HOST=db
DB_PORT=5432
DB_NAME=fanfan
DB_USER=fanfan
DB_PASSWORD=
DB_ECHO=False
# Redis settings
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_DATABASE=0
REDIS_PASSWORD=
# NATS settings
NATS_HOST=nats
NATS_PORT=4222
NATS_USER=
NATS_PASSWORD=
# Web settings
WEB_HOST=web
WEB_PORT=8081
WEB_BASE_URL=
# Secret key (used in admin panel authentication)
WEB_SECRET_KEY=
# Timepad settings
TIMEPAD_CLIENT_ID=
TIMEPAD_EVENT_ID=
# Cosplay2 settings
COSPLAY2_SUBDOMAIN=
COSPLAY2_LOGIN=
COSPLAY2_PASSWORD=
# Debug settings
DEBUG_ENABLED=True
DEBUG_LOGGING_LEVEL=10
DEBUG_SENTRY_ENABLED=False
DEBUG_SENTRY_DSN=
DEBUG_OTLP_ENDPOINT=
DEBUG_JSON_LOGS=