forked from Glimesh/broadcast-box
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.development
More file actions
67 lines (53 loc) · 1.19 KB
/
.env.development
File metadata and controls
67 lines (53 loc) · 1.19 KB
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
# ################
# SERVER
# ################
# HTTP_ADDRESS=:8080
# HTTPS_REDIRECT_PORT=80
# HTTP_ENABLE_REDIRECT=TRUE
# NETWORK_TEST_ON_START=FALSE
# 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"
# ################
# STUN
# ################
# STUN_SERVERS="192.168.1.101:3478|192.168.1.101:3478"
# ################
# DEBUGGING
# ################
# DEBUG_INCOMING_API_REQUEST=TRUE
# DEBUG_PRINT_ANSWER=TRUE
# DEBUG_PRINT_OFFER=TRUE
# DEBUG_PRINT_SSE_MESSAGES=TRUE
# ################
# LOGGING
# ################
# LOGGING_ENABLED=TRUE
# LOGGING_DIRECTORY=logs
# LOGGING_SINGLEFILE=FALSE
# LOGGING_NEW_FILE_ON_STARTUP=FALSE
# LOGGING_API_ENABLED=TRUE
# LOGGING_API_KEY=YourApiKey
# ################
# CHAT
# ################
# CHAT_MAX_HISTORY=10000
# CHAT_DEFAULT_TTL=72h
# CHAT_CLEANUP_INTERVAL=1h