summary refs log tree commit diff
path: root/config.json
blob: ec0b2ac7eb707be11b4ac1c9a3a8bd912f2f8cf8 (plain)
1
2
3
4
5
6
7
8
9
{
    "#note": {
        "#": "Set the below values to what you need them to be!",
        "whitelisted_urls": "URLs that are whitelisted for attachments.",
        "gitlab_contributors_url": "URL to GitLab contributors API endpoint for your repo, or null to disable it."
    },
    "whitelisted_urls": ["u.cubeupload.com", "files.catbox.moe", "litter.catbox.moe", "i.ibb.co", "cubeupload.com", "media.tenor.com", "tenor.com", "c.tenor.com", "meower.fraudulent.loan", "soktdeer.com", "boss.soktdeer.com"],
    "gitlab_contributors_url": "https://gitlab.com/api/v4/projects/67813797/repository/contributors?order_by=name"
}