# Environment Variables for Shiori

# Google OAuth 2.0 Credentials
# Get these from https://console.cloud.google.com/apis/credentials
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REDIRECT_URI=

# Gemini API Key (optional - for AI features)
# Get from https://aistudio.google.com/apikey
GEMINI_API_KEY=

# Appwrite Configuration
# Get these from https://cloud.appwrite.io/console
APPWRITE_ENDPOINT=https://sgp.cloud.appwrite.io/v1
APPWRITE_PROJECT_ID=shiori-dev
APPWRITE_API_KEY=standard_8dcde04720bf37be4319f24e67cb83fcb15e57b9fae0a4de024491f6b9ddc273714904de4ef231324be6cdef0c132e03a6601bca992f9d86e17a4099ab182d23c90679c7b93e5f9ed59a6dab20b0004e337be9f2ad647ad1dd299ef0a8a286a080dfdc7e271ab90a09fd78d1ab749b5a92a219ed8bad961db130fc0acbda162e
APPWRITE_DATABASE_ID=shiori_db
APPWRITE_STUDENTS_COLLECTION=students
APPWRITE_COURSES_COLLECTION=courses
APPWRITE_ASSIGNMENTS_COLLECTION=assignments
APPWRITE_GRADES_COLLECTION=grades
APPWRITE_STUDY_PLANS_COLLECTION=study_plans
APPWRITE_EVENTS_COLLECTION=events

# Server Configuration
PORT=3000
NODE_ENV=development
