mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-07-30 02:07:16 +08:00
first commit
This commit is contained in:
43
.env.example
Normal file
43
.env.example
Normal file
@@ -0,0 +1,43 @@
|
||||
# 通用端口配置
|
||||
BACKEND_PORT=8001
|
||||
FRONTEND_PORT=3015
|
||||
BACKEND_HOST=0.0.0.0
|
||||
|
||||
# 前端访问后端用(生产环境建议写公网或宿主机 IP)
|
||||
VITE_API_BASE_URL=http://127.0.0.1:8001
|
||||
VITE_SCREENSHOT_BASE_URL=http://127.0.0.1:8001/static/screenshots
|
||||
|
||||
# 生产环境配置
|
||||
ENV=production
|
||||
STATIC=/static
|
||||
OUT_DIR=./static/screenshots
|
||||
IMAGE_BASE_URL=/static/screenshots
|
||||
DATA_DIR=data
|
||||
|
||||
|
||||
# AI 相关配置
|
||||
OPENAI_API_KEY=
|
||||
OPENAI_API_BASE_URL=
|
||||
OPENAI_MODEL=
|
||||
DEEP_SEEK_API_KEY=
|
||||
DEEP_SEEK_API_BASE_URL=
|
||||
DEEP_SEEK_MODEL=
|
||||
QWEN_API_KEY=
|
||||
QWEN_API_BASE_URL=
|
||||
QWEN_MODEL=
|
||||
|
||||
# FFMPEG 配置
|
||||
FFMPEG_BIN_PATH=/Users/jeffery/Downloads/
|
||||
|
||||
|
||||
~
|
||||
~
|
||||
~
|
||||
~
|
||||
~
|
||||
~
|
||||
~
|
||||
~
|
||||
~
|
||||
~
|
||||
~
|
||||
Reference in New Issue
Block a user