實作完整分享、刪除、下載報告功能
This commit is contained in:
15
env.example
Normal file
15
env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# 應用配置
|
||||
NEXT_PUBLIC_APP_URL=http://localhost:12024
|
||||
NEXT_PUBLIC_APP_NAME=AI 智能評審系統
|
||||
|
||||
# 資料庫配置
|
||||
DB_HOST=mysql.theaken.com
|
||||
DB_PORT=33306
|
||||
DB_NAME=db_AI_scoring
|
||||
DB_USER=root
|
||||
DB_PASSWORD=zh6161168
|
||||
|
||||
# AI 配置
|
||||
GEMINI_API_KEY=AIzaSyAN3pEJr_Vn2xkCidGZAq9eQqsMVvpj8g4
|
||||
GEMINI_MODEL=gemini-1.5-pro
|
||||
GEMINI_MAX_TOKENS=8192
|
Reference in New Issue
Block a user