forked from Glimesh/broadcast-box
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.production
More file actions
50 lines (39 loc) · 870 Bytes
/
Copy path.env.production
File metadata and controls
50 lines (39 loc) · 870 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
# ################
# SERVER
# ################
# HTTP_ADDRESS=:8080
# HTTPS_REDIRECT_PORT=80
# HTTP_ENABLE_REDIRECT=TRUE
# NETWORK_TEST_ON_START=TRUE
# INCLUDE_PUBLIC_IP_IN_NAT_1_TO_1_IP=TRUE
# ################
# SSL
# ################
# USE_SSL=TRUE
# SSL_KEY=./certs/key.pem
# SSL_CERT=./certs/cert.pem
# ################
# AUTHORIZATION
# ################
# LOCAL STREAM PROFILE
# STREAM_PROFILE_ACTIVE=TRUE
# STREAM_PROFILE_PATH=./profiles
# WEBHOOK AUTHORIZATION
# WEBHOOK_URL=http://your-server
# ################
# FRONTEND
# ################
# DISABLE_FRONTEND=TRUE
# FRONTEND_PATH="./web/build"
# ################
# DEBUGGING
# ################
# DEBUG_INCOMING_API_REQUEST=TRUE
# DEBUG_PRINT_ANSWER=TRUE
# DEBUG_PRINT_OFFER=TRUE
# ################
# CHAT
# ################
# CHAT_MAX_HISTORY=10000
# CHAT_DEFAULT_TTL=72h
# CHAT_CLEANUP_INTERVAL=1h