소스 검색

bugfix:修复oss路径问题

XieXing 2 달 전
부모
커밋
5b1bc25b2d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      shudao-chat-go/conf/app.conf

+ 1 - 1
shudao-chat-go/conf/app.conf

@@ -46,7 +46,7 @@ heartbeat_api_url = "http://localhost:24000/api/health"
 # 基础URL配置 - 手动切换
 # 本地环境: https://172.16.29.101:22000
 # 生产环境: https://aqai.shudaodsj.com:22000
-base_url = "https://aqai.shudaodsj.com:22001"
+base_url = "https://aqai.shudaodsj.com:22000"
 
 # Token验证API配置
 # 生产环境:使用外部认证服务