Note that the Postgres user needs to be created by the user
This commit is contained in:
parent
348feff4cf
commit
1db187e9d3
|
@ -14,6 +14,7 @@ var Config = HMNConfig{
|
||||||
BaseUrl: "http://handmade.local:9001",
|
BaseUrl: "http://handmade.local:9001",
|
||||||
LogLevel: zerolog.TraceLevel, // InfoLevel is recommended for production
|
LogLevel: zerolog.TraceLevel, // InfoLevel is recommended for production
|
||||||
Postgres: PostgresConfig{
|
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",
|
User: "hmn",
|
||||||
Password: "password",
|
Password: "password",
|
||||||
Hostname: "localhost",
|
Hostname: "localhost",
|
||||||
|
|
Loading…
Reference in New Issue