Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Latest commit

History

History
History
49 lines (41 loc) 路 831 Bytes

File metadata and controls

49 lines (41 loc) 路 831 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
#Server settings
NODE_ENV=production
PORT=3000
TZ=Europe/Moscow
JWT_SECRET=
#PostgreSQL settings
DB_HOST=db
DB_PORT=5432
DB_PASSWORD=
DB_USER=
DB_DATABASE=tabbled
# File storage,this you can use any S3 compatible storage
S3_ACCESS_KEY=
S3_SECRET_ACCESS_KEY=
S3_ENDPOINT=s3
S3_BUCKET=tabbled
S3_PORT=9000
S3_USE_SSL=0
S3_FILES_PATH=files
S3_PICTURES_PATH=pictures
#For minio
MINIO_ACCESS_KEY=
MINIO_SECRET_KEY=
# Redis
REDIS_PORT=6379
REDIS_HOST=redis
# Js report, DEPRECATED
JSREPORT_URL=http://jsreport:5488
# Sentry
# for front
VITE_SENTRY_DNS=
# for back
SENTRY_DNS=
# MeiliSearch engine
MAILISEARCH_HOST=mailisearch:7700
MAILISEARCH_MASTER_KEY=
# That trick for replacing nginx config, don't need to replace
uri='$uri'
host='$host'
proxy_add_x_forwarded_for = '$proxy_add_x_forwarded_for'
http_upgrade = '$http_upgrade'
Morty Proxy This is a proxified and sanitized view of the page, visit original site.