diff options
author | Lain Soykaf <lain@lain.com> | 2024-05-20 18:21:46 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2024-05-20 18:21:46 +0400 |
commit | c67506ba689633cd65f266610f2cd2a5da34912b (patch) | |
tree | 173b9cc6938d0dd9dd69623079ef080f052d1807 /docs/configuration/postgresql.md | |
parent | 086ba59d0346be870dc7df2660fbb55666bf0af7 (diff) | |
parent | e8cd6662eb2a534e3be16b522bf81b25b194edab (diff) | |
download | pleroma-c67506ba689633cd65f266610f2cd2a5da34912b.tar.gz pleroma-c67506ba689633cd65f266610f2cd2a5da34912b.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into auth-fetch-exception
Diffstat (limited to 'docs/configuration/postgresql.md')
-rw-r--r-- | docs/configuration/postgresql.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/postgresql.md b/docs/configuration/postgresql.md index e251eb83b..56f1c60dc 100644 --- a/docs/configuration/postgresql.md +++ b/docs/configuration/postgresql.md @@ -22,7 +22,7 @@ config :pleroma, Pleroma.Repo, ] ``` -A more detailed explaination of the issue can be found at <https://blog.soykaf.com/post/postgresql-elixir-troubles/>. +A more detailed explanation of the issue can be found at <https://blog.soykaf.com/post/postgresql-elixir-troubles/>. ## Example configurations |