Add support for setting POSTGRES_PORT (#333)

Co-authored-by: Martin Conraux <rhodes@protonmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Martin
2024-03-12 14:39:53 +01:00
committed by GitHub
parent c3f77eb713
commit 5ad33845c9
5 changed files with 7 additions and 1 deletions

1
.env
View File

@@ -26,6 +26,7 @@ SMTP_PORT=587
# Postgres
POSTGRES_SERVER=localhost
POSTGRES_PORT=5432
POSTGRES_DB=app
POSTGRES_USER=postgres
POSTGRES_PASSWORD=changethis