diff --git a/federation.config.js b/federation.config.js index 05e6467..6fbf1a4 100644 --- a/federation.config.js +++ b/federation.config.js @@ -3,16 +3,10 @@ const config = { instances: [ { url: 'cactoide.org' - }, - { - url: 'cactoide.dalev.hu' - }, - { - url: 'localhost:5174' - }, - { - url: 'localhost:5175' } + // { + // url: 'YOUR_INSTANCE_URL' + // } ] };