10 lines
263 B
Bash
10 lines
263 B
Bash
NODE_ENV=development
|
|
HOST=127.0.0.1
|
|
PORT=3000
|
|
DATABASE_URL=postgres://certremind:certremind@localhost:5432/certremind
|
|
COOKIE_SECRET=replace-with-a-long-random-string
|
|
VAPID_PUBLIC_KEY=
|
|
VAPID_PRIVATE_KEY=
|
|
VAPID_SUBJECT=mailto:[email protected]
|
|
OPENSSL_PATH=openssl
|