You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/wheel/wheel-reference.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,9 +112,9 @@ This section dives deeper into the Ceramic parameters you can configure when you
112
112
113
113
An option to define if IFPS runs in the same compute process as Ceramic. You have two options to choose from:
114
114
115
-
-Bundled - IPFS running in same compute process as Ceramic; recommended for early prototyping.
116
-
-Remote - IPFS running in separate compute process; recommended for production and everything besides early prototyping.
117
-
This assumes that you have the IPFS process setup and can provide an IPFS Hostname.
115
+
-Remote - IPFS running in separate compute process; recommended for all Ceramic versions that use `ceramic-one`. This configuration requires an IPFS Hostname. Default value is `http://localhost:5101`
116
+
-Bundled - IPFS running in same compute process as Ceramic; used only with older Ceramic versions that use Kubo.
0 commit comments