-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy path.env.example
More file actions
25 lines (19 loc) · 799 Bytes
/
.env.example
File metadata and controls
25 lines (19 loc) · 799 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
25
# Admin (required) - only this Google account can login
ADMIN_EMAIL=you@gmail.com
# Google OAuth (required)
GOOGLE_CLIENT_ID=your_client_id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your_client_secret
# Microsoft/Outlook OAuth (optional - for Outlook calendar support)
# Create app at https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade
MICROSOFT_CLIENT_ID=your_microsoft_client_id
MICROSOFT_CLIENT_SECRET=your_microsoft_client_secret
# Session secret (required)
# Generate: openssl rand -hex 32
JWT_SECRET=your_jwt_secret
# App URL (required)
APP_URL=https://cloudmeet.pages.dev
# Email via Emailit (optional)
EMAILIT_API_KEY=your_emailit_api_key
EMAIL_FROM=noreply@yourdomain.com
# Cron secret for reminder emails (optional)
CRON_SECRET=your_cron_secret