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
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,3 +64,9 @@ POSTGRES_PASSWORD=
64
64
- database host: `localhost`
65
65
- DB user and password: whatever you set in `compose.env` for postgres
66
66
- DB name: should match the db user by default
67
+
68
+
69
+
70
+
## Running in prod
71
+
72
+
The app will assume you are using a proxy or some other tool to ensure the application is accessible via HTTPS (https urls are provided as callback and logout urls to auth0)
0 commit comments