Don't hardcode postres port in bookwyrm.settings
Have bookwyrm.settings check for an alternative postgres port.
This commit is contained in:
@ -21,6 +21,7 @@ BOOKWYRM_DATABASE_BACKEND=postgres
|
||||
|
||||
MEDIA_ROOT=images/
|
||||
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_PASSWORD=securedbpassword123
|
||||
POSTGRES_USER=fedireads
|
||||
POSTGRES_DB=fedireads
|
||||
|
Reference in New Issue
Block a user