Skip to content
config.json 1.35 KiB
Newer Older
ecobytes collective's avatar
ecobytes collective committed
{
    "default_hs_url": "https://matrix.allmende.io",
    "default_is_url": "https://vector.im",
    "brand": "Allmende",

    "integrations_ui_url": "https://connect.allmende.io/riot",
    "integrations_rest_url": "https://connect.allmende.io/api/v1/scalar",
    "integrations_widgets_urls": ["https://connect.allmende.io/widgets"],
    "integrations_jitsi_widget_url": "https://connect.allmende.io/widgets/jitsi",

    "features": {
        "feature_lazyloading": "enable",
        "feature_room_breadcrumbs": "labs"
    },

    "showLabsSettings": true,
    "default_federate": true,

    "disable_custom_urls": true,
    "permalinkPrefix": "https://riot.allmende.io",
    "embeddedPages": {
        "homeUrl": "/home/index.html"
    },

ecobytes collective's avatar
ecobytes collective committed
    "welcomePageUrl": "home.html",
    "default_theme": "light",

    "roomDirectory": {
        "servers": [
            "matrix.allmende.io",
            "matrix.org",
            "chat.weho.st",
            "tomesh.net",
            "disroot.org"
        ]
    },
    "welcomeUserId": "@riot-bot:matrix.org",

    "piwik": {
        "url": "https://piwik.allmende.io/",
        "whitelistedHSUrls": ["https://matrix.org", "https://matrix.allmende.io"],
        "whitelistedISUrls": ["https://vector.im", "https://matrix.org"],
        "siteId": 13
    },
    "enable_presence_by_hs_url": {
        "https://matrix.org": false
    }
}