feat: phase 0 skeleton — next.js 16 + better-auth + prisma

This commit is contained in:
Semih
2026-05-13 09:17:50 +00:00
commit 67a7c5b887
26 changed files with 1254 additions and 0 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
DATABASE_URL_PANEL=postgresql://panel:panel@panel-postgres:5432/panel
REDIS_URL=redis://panel-redis:6379
BETTER_AUTH_SECRET=replace-with-32+char-random-string
BETTER_AUTH_URL=https://sp.semih.ai
NODE_ENV=production