Update IPFS to the latest release
Also fix the ipfs config
This commit is contained in:
@@ -18,7 +18,7 @@ end
|
||||
|
||||
# Set up the Gateway to be writable
|
||||
ipfs_config "Gateway.Writable" do
|
||||
value true
|
||||
value "true"
|
||||
end
|
||||
|
||||
# Set up CORS headers
|
||||
@@ -26,7 +26,7 @@ ipfs_config "API.HTTPHeaders.Access-Control-Allow-Credentials" do
|
||||
value '["true"]'
|
||||
end
|
||||
ipfs_config "API.HTTPHeaders.Access-Control-Allow-Methods" do
|
||||
value '["PUT", "GET", "POST"]'
|
||||
value '["PUT","GET","POST"]'
|
||||
end
|
||||
ipfs_config "API.HTTPHeaders.Access-Control-Allow-Origin" do
|
||||
value '["*"]'
|
||||
|
||||
Reference in New Issue
Block a user