-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathexample.env
More file actions
50 lines (34 loc) · 888 Bytes
/
example.env
File metadata and controls
50 lines (34 loc) · 888 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
# Path to the root of the files
FILES_ROOT_PATH=/Users/test/web/fj-backend
# Port of the application
PORT=5000
# Database socket connection path if needed
DB_SOCKET_PATH=
# Database host
DB_HOST=localhost
# Database port
DB_PORT=3306
# Database username
DB_USER=root
# Database password
DB_PASSWORD=root
# Database name
DB_NAME=fair_journal
# External web url for old files
URL=http://localhost:5000/
# Is show server logs
SHOW_LOGS=true
# Ton Storage CLI binary path
TON_STORAGE_BIN_PATH=/root/storage-daemon-cli
# Ton Storage host
TON_STORAGE_HOST=127.0.0.1:5555
# Ton Storage database path
TON_STORAGE_DATABASE_PATH=/var/ton-storage
# Ton Storage timeout
TON_STORAGE_TIMEOUT=5000
# Ton Storage wait attempts
TON_STORAGE_WAIT_ATTEMPTS=100
# Ton Storage check wait timeout
TON_STORAGE_CHECK_WAIT_TIMEOUT=3000
# Password for publishing the file system
PUBLISH_FS_PASSWORD=