PostgreSQL — a connection string
postgres/connection · version 1
envs add postgres/connection
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
DATABASE_URL |
required | secret | Both scheme designators are accepted by libpq. Secret, because the password is inside the URL.. Shape ^postgres(ql)?://[^\s]+$. where to get it |