mirror of
https://github.com/polaroi8d/cactoide.git
synced 2026-03-22 06:05:28 +00:00
20 lines
224 B
JavaScript
20 lines
224 B
JavaScript
const config = {
|
|
name: 'Cactoide Genesis',
|
|
instances: [
|
|
{
|
|
url: 'cactoide.org'
|
|
},
|
|
{
|
|
url: 'cactoide.dalev.hu'
|
|
},
|
|
{
|
|
url: 'localhost:5174'
|
|
},
|
|
{
|
|
url: 'localhost:5175'
|
|
}
|
|
]
|
|
};
|
|
|
|
export default config;
|