Skip to content

Commit

Permalink
feat: add port
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw committed Nov 1, 2024
1 parent 826305d commit aeff2f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ VOICEFLOW_OPENAI_API_KEY='your_openai_api_key' # OpenAI API 密钥
VOICEFLOW_ASSEMBLYAI_API_KEY='your_assemblyai_api_key' # AssemblyAI API 密钥

# 语音服务端口配置
VOICEFLOW_SERVER_PORT=18080 # VoiceFlow 服务端口
VOICEFLOW_SERVER_PORT=80 # VoiceFlow 服务端口, 默认是 80

# VOLCENGINE 配置
VOICEFLOW_VOLCENGINE_ACCESS_KEY=''
Expand Down
13 changes: 5 additions & 8 deletions configs/config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
server:
port: 18080
port: 80
enable_tls: false

web:
port: 18090

minio:
enabled: true
endpoint: localhost:9000
access_key: minioadmin
secret_key: minioadmin
endpoint: ''
access_key: ""
secret_key: ""
bucket_name: 'telepace-pipeline'
secure: true # 如果需要使用 HTTPS 连接,设置为 true
secure: true

stt:
provider: volcengine # 可选值:azure、google、local、assemblyai、volcengine
Expand Down

0 comments on commit aeff2f4

Please sign in to comment.