# ============================================ # SUNDOL Environment Variables # Copy this file to .env and fill in values # cp .env.sample .env # ============================================ # --------------------- # Database (Oracle 23ai) # --------------------- DB_HOST=localhost DB_SERVICE=FREEPDB1 DB_USER=sundol DB_PASSWORD= # --------------------- # JWT # --------------------- JWT_SECRET= # --------------------- # Google OAuth # --------------------- GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET= # --------------------- # OCI GenAI # --------------------- OCI_COMPARTMENT_ID= OCI_REGION=us-chicago-1 # --------------------- # YouTube (optional) # --------------------- YOUTUBE_API_KEY= # --------------------- # Redis # --------------------- REDIS_HOST=localhost REDIS_PORT=6379 # --------------------- # Frontend (Next.js) # --------------------- NEXT_PUBLIC_API_URL=http://localhost:8080 NEXTAUTH_URL=http://localhost:3000 NEXTAUTH_SECRET= API_URL=http://localhost:8080 # --------------------- # Gitea # --------------------- GITEA_USER=joungmin GITEA_PASSWORD=