-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
46 lines (39 loc) · 1.43 KB
/
.env.example
File metadata and controls
46 lines (39 loc) · 1.43 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
# Authentication Configuration
# Generate a secure random string on better-auth.com for production
BETTER_AUTH_SECRET=your_secure_random_string_here
BETTER_AUTH_BASE_URL=http://localhost:3000
# Comma separated list of trusted origins (e.g., https://localhost:3000,https://192.168.0.176:3000)
BETTER_AUTH_TRUSTED_ORIGINS=http://localhost:3000
# Allow self-signed certificates (only necessary if dev server is running HTTPS)
# NODE_TLS_REJECT_UNAUTHORIZED=0
# Database Configuration
# Default: Local SQLite (LibSQL)
DATABASE_URL=file:sqlite.db
# Optional: Turso Cloud Auth Token (required for libsql:// URLs)
TURSO_AUTH_TOKEN=
# Compatibility Date - year-month-day
COMPATIBILITY_DATE=2025-01-07
# SMTP Email Configuration
SMTP_HOST=your_smtp_host
SMTP_PORT=465
SMTP_USERNAME=your_smtp_username
SMTP_PASSWORD=your_smtp_password
SMTP_FROM_ADDRESS=your_email@example.com
SMTP_FROM_NAME=Your Name
SMTP_REPLY_TO_ADDRESS=your_email@example.com
SMTP_REPLY_TO_NAME=Your Name
# Application Configuration
COMPANY_NAME=Your Company Name
APP_NAME=Your App Name
SUPPORT_EMAIL_ADDRESS=support@example.com
# Cloudflare Turnstile (Dummy Keys for Development)
TURNSTILE_SITE_KEY=1x00000000000000000000AA
TURNSTILE_SECRET_KEY=1x0000000000000000000000000000000AA
# Payment & Credit Configuration
CREDIT_PRICE_AUD=0.001
MIN_CREDITS_PURCHASE=10
DAILY_GRANT_CREDITS=100
WELCOME_GRANT_CREDITS=500
DEFAULT_CREDITS_PURCHASE=5000
BANK_TRANSFER_BSB=000000
BANK_TRANSFER_ACC=00000000