forked from hkdb/aerion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
18 lines (16 loc) · 723 Bytes
/
.env.example
File metadata and controls
18 lines (16 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# OAuth Credentials for Gmail and Outlook support
# Copy this file to .env or .env.local and fill in your values
#
# For development: use .env.local (takes precedence, not committed)
# For CI/builds: use .env or environment variables
#
# Get these from:
# - Google: https://console.cloud.google.com (APIs & Services > Credentials)
# - Microsoft: https://portal.azure.com (Azure Active Directory > App registrations)
# Google OAuth (from Google Cloud Console)
# Create a "Desktop app" OAuth 2.0 Client ID
GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=
# Microsoft OAuth (from Azure Portal)
# Create a "Public client/native" app registration
MICROSOFT_CLIENT_ID=your-application-client-id