16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
# 應用配置
|
|
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
|