forked from humancto/CollabCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 722 Bytes
/
Copy path.env.example
File metadata and controls
24 lines (19 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Firebase Configuration
FIREBASE_API_KEY=your_firebase_api_key_here
FIREBASE_AUTH_DOMAIN=your_project.firebaseapp.com
FIREBASE_DATABASE_URL=https://your_project.firebaseio.com
FIREBASE_PROJECT_ID=your_project_id
FIREBASE_STORAGE_BUCKET=your_project.appspot.com
FIREBASE_MESSAGING_SENDER_ID=your_sender_id
# Admin Credentials
ADMIN_EMAIL=admin@yourcompany.com
ADMIN_PASSWORD=YourSecurePassword123!
# Optional: Piston API (for custom deployment)
PISTON_API_URL=https://emkc.org/api/v2/piston/execute
# Optional: Custom Branding
APP_NAME=OpenCollab
APP_TAGLINE=Real-time Collaborative Coding Platform
# Slack Integration
SLACK_WEBHOOK_URL=your_slack_webhook_url_here
# JWT Authentication
JWT_SECRET=your_jwt_secret_here