mirror of
https://github.com/polaroi8d/cactoide.git
synced 2026-03-22 14:15:28 +00:00
fix: remove unused federation config
This commit is contained in:
@@ -3,16 +3,10 @@ const config = {
|
|||||||
instances: [
|
instances: [
|
||||||
{
|
{
|
||||||
url: 'cactoide.org'
|
url: 'cactoide.org'
|
||||||
},
|
|
||||||
{
|
|
||||||
url: 'cactoide.dalev.hu'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
url: 'localhost:5174'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
url: 'localhost:5175'
|
|
||||||
}
|
}
|
||||||
|
// {
|
||||||
|
// url: 'YOUR_INSTANCE_URL'
|
||||||
|
// }
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user