Files

16 lines
295 B
Bash

# Server
PORT=3001
BETTER_AUTH_SECRET=<openssl rand -base64 32>
BETTER_AUTH_URL=http://localhost:3001
DATABASE_PATH=./data/app.db
# SMTP
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_USER=your@email.com
SMTP_PASS=your-password
SMTP_FROM=noreply@example.com
# App
APP_URL=http://localhost:5173