forked from SynchronizesTeams/SyncQL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 1.27 KB
/
Copy path.env.example
File metadata and controls
31 lines (25 loc) · 1.27 KB
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
26
27
28
29
30
# =========================================================================
# SyncDB (DrawSQL Clone) Environment Variables Configuration Template
# Copy this file to '.env' at the root of the project to enable OAuth.
# =========================================================================
# App Host Settings
# Change this to your production domain (e.g., https://yourdomain.com) when deploying.
BASE_URL=http://localhost:3000
NODE_ENV=development
# JWT Session Security
# Generate a strong, random 32+ character string for production signing.
JWT_SECRET=super_secret_cryptographic_random_string_key_sync_db_2026
# GitHub OAuth Credentials
# Retrieve these from: GitHub Settings -> Developer Settings -> OAuth Apps
GITHUB_CLIENT_ID=your_github_client_id_here
GITHUB_CLIENT_SECRET=your_github_client_secret_here
# Google OAuth Credentials
# Retrieve these from: Google Cloud Console -> Credentials -> OAuth 2.0 Client IDs
GOOGLE_CLIENT_ID=your_google_client_id_here
GOOGLE_CLIENT_SECRET=your_google_client_secret_here
# SynchronizeTeams SSO Credentials
# Retrieve these from your SSO Identity Provider Client dashboard
SSO_ISSUER=https://sso.synchronizeteams.com
SSO_CLIENT_ID=nuxt4-app
SSO_CLIENT_SECRET=nuxt4-secret-key-456
SSO_REDIRECT_URI=http://localhost:3000/api/auth/sso/callback