15 lines
329 B
Plaintext
15 lines
329 B
Plaintext
# Database
|
|
DATABASE_URL="postgresql://postgres:password@localhost:5432/family_accounting"
|
|
|
|
# Authentication
|
|
NEXTAUTH_SECRET="change-me-to-a-random-secret"
|
|
NEXTAUTH_URL="http://localhost:3000"
|
|
|
|
# JWT
|
|
JWT_SECRET="change-me-to-another-random-secret"
|
|
|
|
# Docker (optional)
|
|
DB_PASSWORD="password"
|
|
REGISTRY="your-registry"
|
|
TAG="latest"
|