7 lines
185 B
Bash
7 lines
185 B
Bash
# Next.js
|
|
NEXT_PUBLIC_SITE_URL=http://localhost:3000
|
|
|
|
# Payload
|
|
PAYLOAD_SECRET=replace-me-with-a-long-random-string
|
|
DATABASE_URI=postgres://postgres:postgres@localhost:5432/eversoloweb
|