4 lines
158 B
Plaintext
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"
|