create project

This commit is contained in:
2026-05-19 11:46:42 +08:00
commit dcdf1f60b1
60 changed files with 9309 additions and 0 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
# 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"