diff options
author | Lain Soykaf <lain@lain.com> | 2022-12-15 17:17:49 -0500 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2022-12-15 17:19:36 -0500 |
commit | 63d00f8123ddc5a8d9917e48216775f98ceac713 (patch) | |
tree | d65a76433291d1383f56bb8d55ce6eb29d69cfd6 /installation | |
parent | 2186e9b62b9c88812a616a7ad0d80f4b10a2deb1 (diff) | |
parent | 204fd6faae8c39706a5ded42c7cc4fbc71a733bc (diff) | |
download | pleroma-63d00f8123ddc5a8d9917e48216775f98ceac713.tar.gz pleroma-63d00f8123ddc5a8d9917e48216775f98ceac713.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into update-deps
Diffstat (limited to 'installation')
-rwxr-xr-x | installation/pleroma-mongooseim.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/pleroma-mongooseim.cfg b/installation/pleroma-mongooseim.cfg index 576f83541..3ecba5641 100755 --- a/installation/pleroma-mongooseim.cfg +++ b/installation/pleroma-mongooseim.cfg @@ -466,7 +466,7 @@ %% == PostgreSQL == %% {rdbms, global, default, [{workers, 10}], -%% [{server, {pgsql, "server", 5432, "database", "username", "password"}}]}, +%% [{server, {pgsql, "server", "port", "database", "username", "password"}}]}, %% == ODBC (MSSQL) == %% {rdbms, global, default, [{workers, 10}], |