Note that the Postgres user needs to be created by the user

This commit is contained in:
Jake Mason 2023-01-16 21:19:36 -05:00
parent 348feff4cf
commit 1db187e9d3
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ var Config = HMNConfig{
BaseUrl: "http://handmade.local:9001",
LogLevel: zerolog.TraceLevel, // InfoLevel is recommended for production
Postgres: PostgresConfig{
// the "db seed" command depends on this user existing in Postgres, so you'll want to make sure it exists when running locally.
User: "hmn",
Password: "password",
Hostname: "localhost",