610c9606dc
Co-authored-by: Copilot <copilot@github.com>
15 lines
277 B
Bash
15 lines
277 B
Bash
# Database
|
|
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres"
|
|
|
|
# Better Auth
|
|
BETTER_AUTH_URL="http://localhost:3000"
|
|
BETTER_AUTH_SECRET=
|
|
|
|
# Redis
|
|
REDIS_URL="redis://localhost:6379"
|
|
|
|
# S3 Storage
|
|
S3_ENDPOINT=
|
|
S3_ACCESS_KEY_ID=
|
|
S3_SECRET_ACCESS_KEY=
|
|
S3_BUCKET= |