summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorClaudio Maradonna <penguyman@stronzi.org>2022-04-16 09:38:49 +0200
committerClaudio Maradonna <penguyman@stronzi.org>2022-07-07 06:29:12 +0200
commit44659ecd65fb2251f9130fcecf1732b8931104c1 (patch)
tree88d85f396ae4f0d1d6b91c60f0b6506ba5bc29d7 /docs/configuration
parent43dfa58ebda407a0813d398bee8d0ae3e5c9fd5b (diff)
downloadpleroma-44659ecd65fb2251f9130fcecf1732b8931104c1.tar.gz
pleroma-44659ecd65fb2251f9130fcecf1732b8931104c1.zip
ipfs: revert to String.replace for cid placeholder
ipfs: fix lint
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md2
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