Before, the postgres connection details were hardcoded in server/db.js which prevents users from defining their own username/password or even postgres server. This change allows you to change this. I don't use individual postgres containers for each app, but rather a postgres cluster. This change allows this.
Before, the postgres connection details were hardcoded in server/db.js which prevents users from defining their own username/password or even postgres server. This change allows you to change this. I don't use individual postgres containers for each app, but rather a postgres cluster. This change allows this.