ipfs: revert to String.replace for cid placeholder
ipfs: fix lint
This commit is contained in:
parent
43dfa58ebd
commit
44659ecd65
5 changed files with 12 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue