You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2019. It is now read-only.
I would change the database environment variables to a a database url, so instead of 4 environment variables there will be just one.
E.g.
HP_DATABASE="postgresql://user:password@host:port/database_name"I think that's more convenient to deal with.