diff options
author | Claudio Maradonna <penguyman@stronzi.org> | 2022-04-16 09:38:49 +0200 |
---|---|---|
committer | Claudio Maradonna <penguyman@stronzi.org> | 2022-07-07 06:29:12 +0200 |
commit | 44659ecd65fb2251f9130fcecf1732b8931104c1 (patch) | |
tree | 88d85f396ae4f0d1d6b91c60f0b6506ba5bc29d7 /docs | |
parent | 43dfa58ebda407a0813d398bee8d0ae3e5c9fd5b (diff) | |
download | pleroma-44659ecd65fb2251f9130fcecf1732b8931104c1.tar.gz pleroma-44659ecd65fb2251f9130fcecf1732b8931104c1.zip |
ipfs: revert to String.replace for cid placeholder
ipfs: fix lint
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 7e1f9c934..d35b33574 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -624,7 +624,7 @@ Example: ```elixir config :pleroma, Pleroma.Uploaders.IPFS, post_gateway_url: "http://localhost:5001", - get_gateway_url: "http://<%= cid %>.ipfs.mydomain.com" + get_gateway_url: "http://{CID}.ipfs.mydomain.com" ``` ### Upload filters |