5 lines
196 B
Plaintext
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"
|