-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (27 loc) · 1.25 KB
/
Copy path.env.example
File metadata and controls
35 lines (27 loc) · 1.25 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
# Antigravity Phone Connect Configuration
# Your password for the mobile interface
# Used to secure your mobile dashboard
APP_PASSWORD=your-app-password
# Tunnel Provider (cloudflare, pinggy, or ngrok)
# cloudflare (default): Requires 'cloudflared' installed on your system (100% free, no account needed)
# pinggy: Free SSH-based tunnel, no install needed (pip install pinggy)
# ngrok: Requires NGROK_AUTHTOKEN below
TUNNEL_PROVIDER=cloudflare
# Cloudflare Persistent Tunnel (Optional)
# If provided, launcher will use this named tunnel instead of an ephemeral one.
# CLOUDFLARE_TUNNEL_NAME=your-tunnel-name
# CLOUDFLARE_TUNNEL_URL=https://your-custom-domain.com
# Your ngrok authtoken (only needed if using TUNNEL_PROVIDER=ngrok)
# Get a free one from https://dashboard.ngrok.com
# NGROK_AUTHTOKEN=your-ngrok-authtoken
# Pinggy Access Token (Optional - for persistent subdomain)
# Get a free token from https://dashboard.pinggy.io
# PINGGY_TOKEN=your-pinggy-token
# AI Provider API Key
# Replace 'xxx' with your provider name (e.g., GROQ_API_KEY, GEMINI_API_KEY)
# xxx_API_KEY=your-xxx-key
# Server Port
PORT=3000
# Security (Optional - Change to invalidate all current sessions)
# SESSION_SECRET=your-random-session-secret-here
# AUTH_SALT=your-random-auth-salt-here