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: deployment.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,7 @@ You can set several variables, like:
137
137
*`SMTP_PASSWORD`: The SMTP server password to send emails.
138
138
*`EMAILS_FROM_EMAIL`: The email account to send emails from.
139
139
*`POSTGRES_SERVER`: The hostname of the PostgreSQL server. You can leave the default of `db`, provided by the same Docker Compose. You normally wouldn't need to change this unless you are using a third-party provider.
140
+
*`POSTGRES_PORT`: The port of the PostgreSQL server. You can leave the default. You normally wouldn't need to change this unless you are using a third-party provider.
140
141
*`POSTGRES_PASSWORD`: The Postgres password.
141
142
*`POSTGRES_USER`: The Postgres user, you can leave the default.
142
143
*`POSTGRES_DB`: The database name to use for this application. You can leave the default of `app`.
0 commit comments