-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
34 lines (26 loc) · 1.11 KB
/
.env.example
File metadata and controls
34 lines (26 loc) · 1.11 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
# ============================================
# Required
# ============================================
# PostgreSQL connection string
# Set up with: agentuity cloud database create
# Then get the connection string from: agentuity cloud database list
DATABASE_URL=
# Better Auth secret - generate with: openssl rand -base64 32
AGENTUITY_AUTH_SECRET=
# ============================================
# Optional — Auth Base URL (local development)
# ============================================
# Required for local development. Set to your local server URL.
# Not needed in production (Agentuity cloud sets this automatically).
# BETTER_AUTH_URL=http://localhost:3500
# ============================================
# Optional — Google OAuth (production auth)
# ============================================
# Without these, the app uses email/password auth
# GOOGLE_CLIENT_ID=
# GOOGLE_CLIENT_SECRET=
# ============================================
# Optional — GitHub Integration
# ============================================
# Fine-grained PAT with: Contents R/W, Pull requests R/W, Metadata R, Administration R/W
# GH_TOKEN=