Files
web-boilerplate/.env.example
JonLuca De Caro 5ff5ef65c3 boilerplate
2026-03-03 18:43:35 -08:00

5 lines
196 B
Plaintext

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"