Files
vinext-boilerplate/.env.example
JonLuca De Caro a62d314b4a vinext boiler
2026-03-18 16:08:28 -07:00

4 lines
158 B
Plaintext

DATABASE_URL="postgresql://postgres:postgres@127.0.0.1:5432/vinext_boilerplate"
BASE_URL="http://localhost:3000"
NEXT_PUBLIC_BASE_URL="http://localhost:3000"