-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (27 loc) · 975 Bytes
/
.env.example
File metadata and controls
34 lines (27 loc) · 975 Bytes
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
# Database URL for PostgreSQL
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/better-forms"
# ElectricSQL URL (for real-time sync)
ELECTRIC_URL="http://localhost:4000"
# Better Auth Configuration
# Generate a secret key using: openssl rand -base64 32
BETTER_AUTH_SECRET="6ZSkfc+JSubEYM5tGZN86uivx6LGYJT/AcHWhXyDqKA="
# Better Auth Base URL (your app URL)
BETTER_AUTH_URL="http://localhost:3000"
# Google OAuth Configuration
# Get credentials from: https://console.cloud.google.com/apis/credentials
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""
# Apple OAuth Configuration
# Get credentials from: https://developer.apple.com
APPLE_CLIENT_ID=""
APPLE_CLIENT_SECRET=""
# Sentry Configuration (optional)
VITE_SENTRY_DSN=
VITE_SENTRY_ORG=
VITE_SENTRY_PROJECT=
SENTRY_AUTH_TOKEN=
# App Branding
VITE_APP_NAME=Reform
VITE_APP_WEBSITE_URL=https://betterforms.com
VITE_APP_DOCS_URL=https://docs.betterforms.com
VITE_APP_API_DOCS_URL=https://developers.betterforms.so