기본 셋팅

This commit is contained in:
2026-06-22 21:37:49 +09:00
parent fb25027bdc
commit a195e81dc0
3 changed files with 2752 additions and 0 deletions
+9
View File
@@ -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
+2
View File
@@ -0,0 +1,2 @@
# 백엔드 API 서버 URL (Docker Compose 환경 또는 배포 환경에 맞춤)
VITE_API_URL=http://localhost:4000
+2741
View File
File diff suppressed because it is too large Load Diff