boilerplate

This commit is contained in:
JonLuca De Caro
2026-03-03 18:43:35 -08:00
parent 66dace3f9b
commit 5ff5ef65c3
48 changed files with 4737 additions and 0 deletions

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/web_boilerplate"
BETTER_AUTH_SECRET="replace-with-a-32-character-secret"
BETTER_AUTH_URL="http://localhost:3456"
NODE_ENV="development"