feat: initial commit

This commit is contained in:
2026-08-21 15:22:17 +09:00
commit c65fff4dfd
94 changed files with 20244 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Database password (change in production!)
POSTGRES_PASSWORD=changeme
# App URL (set to your domain or server IP)
NEXTAUTH_URL=http://localhost:3000
# Auth secret — generate with: openssl rand -base64 32
NEXTAUTH_SECRET=change-this-to-a-random-string
# Port to expose (default 3000)
PORT=3000