25 lines
613 B
Diff
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"
|
|
+ }
|
|
}
|
|
}
|