-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
94 lines (76 loc) · 1007 Bytes
/
.env.example
File metadata and controls
94 lines (76 loc) · 1007 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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# NOTE: The names HOST, PORT, MAIL are reserved
# Environment
ENV=
PROTOCOL=
EXTERNAL_HOST=
WEB_PORT=
API_PORT=
TG_PORT=
REDIS_PORT=
# System
FOLDER=~/web
DATA_PATH=~/data/web
SSH_HOST=
SSH_PORT=22
SSH_USER=root
SSH_KEY=
# Registry
REGISTRY_HOST=ghcr.io
REGISTRY_OWNER=kosyachniy
REGISTRY_USER=
REGISTRY_TOKEN=
# Base info
NAME=Web
PROJECT_NAME=web
# Default
LOCALE=en
TIMEZONE=3
# Inner
JWT=
ANALYTICS_SHEET=
# UserHub
USERHUB_TOKEN=
# MongoDB
MONGO_HOST=
MONGO_USER=
MONGO_PASS=
# Redis
REDIS_HOST=redis
REDIS_PASS=
# YooKassa
YOOKASSA_ID=
YOOKASSA_SECRET=
# Telegram
TG_TOKEN=
TG_BOT=
TG_SECRET=
BUG_CHAT=-1001976542764
# VK
VK_ID=
VK_SECRET=
VK_TOKEN=
VK_BOT=
# Facebook
FB_ID=
FB_SECRET=
FB_MARKER=
FB_TOKEN=
FB_BOT=
# SMSC
SMSC_USER=
SMSC_PASS=
# Google
GOOGLE_ID=
GOOGLE_SECRET=
GOOGLE_CREDENTIALS=
# Google Maps
GOOGLE_MAPS_KEY=
GOOGLE_MAPS_LAT=59.9392
GOOGLE_MAPS_LNG=30.3165
GOOGLE_MAPS_ZOOM=12
# S3
S3_HOST=https://s3.chill.services/
S3_USER=admin
S3_PASS=
# Sentry
SENTRY_DSN=