Files
strapi/patches/purest+4.0.2.patch
2024-10-29 05:37:46 +01:00

25 lines
613 B
Diff

diff --git a/node_modules/purest/config/providers.json b/node_modules/purest/config/providers.json
index 8dd1dae..d0e5784 100644
--- a/node_modules/purest/config/providers.json
+++ b/node_modules/purest/config/providers.json
@@ -2784,5 +2784,19 @@
"authorization": "Bearer {auth}"
}
}
+ },
+ "trompette": {
+ "default": {
+ "origin": "",
+ "path": "",
+ "headers": {
+ "authorization": "Bearer {auth}"
+ }
+ },
+ "oauth": {
+ "origin": "https://trompette.espace120.fr",
+ "path": "oauth/{version}/{path}",
+ "version": "v2"
+ }
}
}