You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Infrastructure and Deployment](#infrastructure-and-deployment)
13
13
-[Setup](#setup)
14
-
-[Node and Express setup](#node-and-express-setup)
15
-
-[Environment variables](#environment-variables)
16
-
-[Example .env](#example-env)
17
-
-[PostgreSQL](#postgresql)
18
-
-[Sequelize](#sequelize)
19
-
-[Docker](#docker)
20
-
-[docker-compose](#docker-compose)
14
+
-[Node and Express setup](#node-and-express-setup)
15
+
-[Environment variables](#environment-variables)
16
+
-[Example .env](#example-env)
17
+
-[PostgreSQL](#postgresql)
18
+
-[Sequelize](#sequelize)
19
+
-[Docker](#docker)
20
+
-[docker-compose](#docker-compose)
21
21
-[Using this product](#using-this-product)
22
-
-[Testing](#testing)
22
+
-[Testing](#testing)
23
23
-[Sources and Links](#sources-and-links)
24
-
-[Contributors ✨](#contributors-)
24
+
-[Contributors ✨](#contributors-)
25
25
26
26
<!-- /TOC -->
27
27
@@ -86,6 +86,8 @@ The various variables are defined as follows:
86
86
-`SMTP_PORT` = _optional_ port number for the SMTP server used to send notification emails
87
87
-`SMTP_USER` = _optional_ username for the SMTP server used to send notification emails
88
88
-`SMTP_PASSWORD` = _optional_ password for the SMTP server used to send notification emails
89
+
-`URL` = _optional_ the URL for your front-end application
90
+
-`TEST_EMAIL` = _optional_ the email you wish to send tests to
89
91
-`BYPASS_LOGIN` = _optional_ Allows you to hit the endpoints locally without having to login. If you wish to bypass the login process during local dev, set this to `true`.
90
92
91
93
_We do not recommend using the default options for PostgreSQL. The above values are provided as examples. It is more secure to create your own credentials._
0 commit comments