File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # ################
2+ # SERVER
3+ # ################
4+
5+ # Override default ports 8080 and 443 respectively
6+ HTTP_ADDRESS = 0.0.0.0
7+ HTTP_PORT = 8080
8+ # HTTP_ENABLE_REDIRECT=TRUE
9+ # HTTPS_PORT=443
10+ # NETWORK_TEST_ON_START=TRUE
11+
12+ # ################
13+ # SSL
14+ # ################
15+
16+ # USE_SSL=TRUE
17+ # SSL_KEY=./certs/key.pem
18+ # SSL_CERT=./certs/cert.pem
19+
20+ # ################
21+ # AUTHORIZATION
22+ # ################
23+
24+ # LOCAL STREAM PROFILE
25+ # STREAM_PROFILE_ACTIVE=TRUE
26+ # STREAM_PROFILE_PATH=./profiles
27+
28+ # WEBHOOK AUTHORIZATION
29+ # WEBHOOK_URL=http://your-server
30+
31+ # ################
32+ # FRONTEND
33+ # ################
34+
35+ FRONTEND_ENABLED = TRUE
36+ FRONTEND_PATH = " ./web/build"
37+
38+ # ################
39+ # DEBUGGING
40+ # ################
41+
42+ # DEBUG_INCOMING_API_REQUEST=TRUE
43+ # DEBUG_PRINT_ANSWER=TRUE
44+ # DEBUG_PRINT_OFFER=TRUE
You can’t perform that action at this time.
0 commit comments