
.env file:
Variable:
Command-line:
Postgres Port
We use the default Postgres port,5432.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.

postgres://alex:AbC123dEf@ep-cool-darkness-123456.fastgen.com/dbname
^ ^ ^ ^
role -| | |- hostname |- database
|
|- password
PGUSER=alex
PGHOST=ep-cool-darkness-123456.fastgen.com
PGDATABASE=dbname
PGPASSWORD=AbC123dEf
PGPORT=5432
DATABASE_URL="postgres://alex:AbC123dEf@ep-cool-darkness-123456.fastgen.com/dbname"
psql postgres://alex:AbC123dEf@ep-cool-darkness-123456.fastgen.com/dbname
5432.
