Hi, can some one tell what is default Postgres db name.
db name: ?
user:corteza
pass:corteza
Hi, can some one tell what is default Postgres db name.
db name: ?
user:corteza
pass:corteza
There is no default db name. You can set one via DB_DSN
DB_DSN=“postgres://username@localhost:5432/dbname”