From db760d32d89ca6b26253fa3da7ce9d0ccf727c2c Mon Sep 17 00:00:00 2001 From: itschip Date: Sun, 24 Sep 2023 15:00:13 +0200 Subject: [PATCH] fix(config): update default media to fivemanage --- config.default.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.default.json b/config.default.json index f7cee8388..7c4042947 100644 --- a/config.default.json +++ b/config.default.json @@ -30,13 +30,12 @@ "phoneNumberColumn": "phone_number" }, "images": { - "url": "https://api.projecterror.dev/image", - "type": "pe_image", + "url": "https://api.fivemanage.com/api/image", + "type": "image", "imageEncoding": "webp", "contentType": "multipart/form-data", "useContentType": false, - "useWebhook": false, - "authorizationHeader": "PE-Secret", + "authorizationHeader": "Authorization", "authorizationPrefix": "", "useAuthorization": true, "returnedDataIndexes": ["url"] @@ -57,7 +56,8 @@ "upload.wikipedia.org", "i.projecterror.dev", "upcdn.io", - "i.fivemanage.com" + "i.fivemanage.com", + "api.fivemanage.com" ] }, "profanityFilter": { @@ -96,8 +96,8 @@ "apps": [], "voiceMessage": { "enabled": false, - "authorizationHeader": "PE-Secret", - "url": "", + "authorizationHeader": "Authorization", + "url": "https://api.fivemange/api/audio", "returnedDataIndexes": ["url"] } }