dev #874

Merged
ysCha merged 17 commits from dev into prd-deploy 2026-06-01 14:15:03 +09:00
3 changed files with 1079 additions and 2 deletions
Showing only changes of commit e381ae0ebf - Show all commits

View File

@ -34,3 +34,6 @@ S3_PROFILE="dev"
#logging #logging
NEXT_PUBLIC_ENABLE_LOGGING=true NEXT_PUBLIC_ENABLE_LOGGING=true
#Gemini API Key
GEMINI_API_KEY="AIzaSyDDmMkTkNt12QTj7I3SUygYkOoeG_Sc28Q"

View File

@ -33,3 +33,6 @@ S3_PROFILE="prd"
#logging #logging
NEXT_PUBLIC_ENABLE_LOGGING=false NEXT_PUBLIC_ENABLE_LOGGING=false
#Gemini API Key
GEMINI_API_KEY="AIzaSyDDmMkTkNt12QTj7I3SUygYkOoeG_Sc28Q"

File diff suppressed because it is too large Load Diff