We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d0878 commit f2c5e5eCopy full SHA for f2c5e5e
proxy.config.json
@@ -23,7 +23,7 @@
23
},
24
{
25
"type": "mongo",
26
- "connectionString": "mongodb://localhost:27017/gitproxy",
+ "connectionString": "mongodb+srv://juanescalada:[email protected]/?retryWrites=true&w=majority&appName=TestCluster",
27
"options": {
28
"useNewUrlParser": true,
29
"useUnifiedTopology": true,
@@ -49,6 +49,26 @@
49
"baseDN": "",
50
"searchBase": ""
51
}
52
+ },
53
+ {
54
+ "type": "openidconnect",
55
+ "enabled": false,
56
+ "oidcConfig": {
57
+ "issuer": "",
58
+ "clientID": "",
59
+ "clientSecret": "",
60
+ "callbackURL": "",
61
+ "scope": ""
62
+ }
63
64
65
+ "type": "jwt",
66
67
+ "jwtConfig": {
68
69
+ "authorityURL": "",
70
+ "expectedAudience": ""
71
72
73
],
74
"api": {
0 commit comments