First commit
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
NODE_ENV=development
|
||||
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:admin@example.com
|
||||
OPENSSL_PATH=openssl
|
||||
Reference in New Issue
Block a user