-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
49 lines (39 loc) · 1.48 KB
/
.env.example
File metadata and controls
49 lines (39 loc) · 1.48 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Server Configuration
PORT=4127
NODE_ENV=development
# SSL/TLS Configuration
SSL_ENABLED=false
# Set to true to enable HTTPS/TLS encryption
# SSL_KEY_PATH=./certs/dev-key.pem
# SSL_CERT_PATH=./certs/dev-cert.pem
# HTTPS_PORT=4128
# Database Configuration
NEO4J_URI=bolt://localhost:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=graphdone_password
# Authentication
JWT_SECRET=your-secret-key-change-this-in-production
SESSION_SECRET=your-session-secret-change-this-in-production
# OAuth Configuration
# Google OAuth - Get from: https://console.cloud.google.com/
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
# GitHub OAuth - Get from: https://github.com/settings/developers
GITHUB_CLIENT_ID=your-github-client-id
GITHUB_CLIENT_SECRET=your-github-client-secret
# LinkedIn OAuth - Get from: https://www.linkedin.com/developers/apps
LINKEDIN_CLIENT_ID=your-linkedin-client-id
LINKEDIN_CLIENT_SECRET=your-linkedin-client-secret
# Frontend URL (for OAuth callbacks)
CLIENT_URL=http://localhost:3127
# Development URLs
VITE_API_URL=http://localhost:4127
VITE_WS_URL=ws://localhost:4127
# HTTPS Development URLs (when SSL_ENABLED=true)
# VITE_GRAPHQL_URL=https://localhost:4128/graphql
# VITE_GRAPHQL_WS_URL=wss://localhost:4128/graphql
# Tailscale Configuration (for VM mesh networking)
# Get your auth key from: https://login.tailscale.com/admin/settings/keys
# IMPORTANT: Use an ephemeral key for security
# Example: tskey-auth-xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TAILSCALE_AUTH_KEY=