기본 셋팅
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# AI 설정 (Gemini API Key 및 모델명)
|
||||
AI_API_KEY=YOUR_GEMINI_API_KEY_HERE
|
||||
AI_MODEL=gemini-1.5-flash
|
||||
|
||||
# 서버 포트
|
||||
PORT=4000
|
||||
|
||||
# 로컬 테스트용 MySQL 접속 URL (Docker Compose 환경에서는 docker-compose.yml의 environment가 우선 적용됨)
|
||||
DATABASE_URL=mysql://kiduser:kidpassword@localhost:3306/kid_diary
|
||||
@@ -0,0 +1,2 @@
|
||||
# 백엔드 API 서버 URL (Docker Compose 환경 또는 배포 환경에 맞춤)
|
||||
VITE_API_URL=http://localhost:4000
|
||||
Generated
+2741
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user