Checkpoint: Initial stable CheckFlow base before i18n and demo mode

This commit is contained in:
Wonhee Han
2026-08-20 14:01:12 +09:00
parent ed076cf5ab
commit dbfaa0fcb2
42 changed files with 4727 additions and 167 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