diff --git a/test_apps/test_app/config/storage.json b/test_apps/test_app/config/storage.json index 51677b6cd..2209629d8 100644 --- a/test_apps/test_app/config/storage.json +++ b/test_apps/test_app/config/storage.json @@ -3,7 +3,7 @@ "enabled": true, "ipfs_bin": "ipfs", - "available_providers": ["ipfs"], + "available_providers": ["ipfs", "swarm"], "upload": { "provider": "ipfs", @@ -18,6 +18,13 @@ ] }, "development": { + "enabled": true, + "upload": { + "provider": "swarm", + "host": "localhost", + "port": 8500, + "getUrl": "http://localhost:8500/bzzr:/" + } }, "livenet": { "enabled": true,