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: samples/django-channels-redis-postgres/README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,6 @@ The secret key for your Django application. You can generate a new one by runnin
29
29
### `POSTGRES_PASSWORD`
30
30
The password for your Postgres database. You need to set this before deploying for the first time.
31
31
32
-
### `POSTGRES_URL`
33
-
The URL for your Postgres database (which should include the password set with `POSTGRES_PASSWORD`). This should be in the format `postgres://<username>:<password>@<host>:<port>/<database>`
0 commit comments