独立依赖
This commit is contained in:
@@ -14,15 +14,14 @@ TTS_SENTENCE_MAX_LEN=64
|
||||
TTS_SEGMENT_PAUSE_MS=90
|
||||
TTS_FADE_MS=12
|
||||
|
||||
# Web service
|
||||
WEBRTC_HOST=0.0.0.0
|
||||
WEBRTC_PORT=8018
|
||||
STUN_URL=stun:stun.l.google.com:19302
|
||||
# Web service(与当前代码一致,仅 HTTP_HOST / HTTP_PORT)
|
||||
HTTP_HOST=0.0.0.0
|
||||
HTTP_PORT=8018
|
||||
CORS_ORIGINS=*
|
||||
|
||||
# HTTPS (for cross-device mic/WebRTC)
|
||||
SSL_CERTFILE=/home/xsl/code/product/certs/dev-cert.pem
|
||||
SSL_KEYFILE=/home/xsl/code/product/certs/dev-key.pem
|
||||
# HTTPS(跨设备访问麦克风/页面时常需 TLS;路径相对项目根目录)
|
||||
SSL_CERTFILE=certs/dev-cert.pem
|
||||
SSL_KEYFILE=certs/dev-key.pem
|
||||
|
||||
# 3D avatar driver mode
|
||||
AVATAR_DRIVER_MODE=blendshape_stream
|
||||
|
||||
Reference in New Issue
Block a user