allow custom db port

This commit is contained in:
Iván Raskovsky 2022-11-11 12:22:21 -03:00
commit 36519bdbee
6 changed files with 6 additions and 2 deletions

View file

@ -18,6 +18,7 @@ config :pleroma, Pleroma.Repo,
password: System.fetch_env!("DB_PASS"),
database: System.get_env("DB_NAME", "pleroma"),
hostname: System.get_env("DB_HOST", "db"),
port: System.get_env("DB_PORT", "5432"),
pool_size: 10
# Configure web push notifications