diff options
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.json b/config.json new file mode 100644 index 0000000..ec0b2ac --- /dev/null +++ b/config.json @@ -0,0 +1,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" +} \ No newline at end of file |