-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
16 lines (13 loc) · 859 Bytes
/
.env.example
File metadata and controls
16 lines (13 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
VITE_FIREBASE_API_KEY=your_api_key_here
VITE_FIREBASE_AUTH_DOMAIN=your_auth_domain_here
VITE_FIREBASE_PROJECT_ID=your_project_id_here
VITE_FIREBASE_STORAGE_BUCKET=your_storage_bucket_here
VITE_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id_here
VITE_FIREBASE_APP_ID=your_app_id_here
# Admin/Coordinator emails (comma-separated, no spaces around commas recommended)
# Admins: Full access - manage all events, registrations, and settings
VITE_ADMIN_EMAILS=coordinator1@psgtech.ac.in,coordinator2@psgtech.ac.in,admin@psgtech.ac.in
# Event Coordinators: Manage registrations and attendance for assigned events
VITE_EVENT_COORDINATOR_EMAILS=eventcoord1@psgtech.ac.in,eventcoord2@psgtech.ac.in
# Student Coordinators: View-only access to registrations and statistics
VITE_STUDENT_COORDINATOR_EMAILS=studentcoord1@psgtech.ac.in,studentcoord2@psgtech.ac.in