5 lines
148 B
Bash
5 lines
148 B
Bash
PORT=4000
|
|
JWT_SECRET=replace-with-secure-random-secret
|
|
FRONTEND_URL=http://localhost:3000
|
|
DATABASE_URL=postgres://sig:sig_secret@localhost:5432/sig
|