kaangiray26 / forte

Self-hosted, music streaming platform
https://forte.buzl.uk/
GNU General Public License v3.0
342 stars 12 forks source link

User Configurable Postgres Information #86

Closed obsidiangroup closed 1 year ago

obsidiangroup commented 1 year ago

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.

obsidiangroup commented 1 year ago

This handles #75