File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 23
23
},
24
24
{
25
25
"type" : " mongo" ,
26
- "connectionString" : " mongodb://localhost:27017/gitproxy " ,
26
+ "connectionString" : " mongodb+srv ://juanescalada:zyZQH8wm5z57PBXD@testcluster.yzfi5.mongodb.net/?retryWrites=true&w=majority&appName=TestCluster " ,
27
27
"options" : {
28
28
"useNewUrlParser" : true ,
29
29
"useUnifiedTopology" : true ,
49
49
"baseDN" : " " ,
50
50
"searchBase" : " "
51
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
+ "enabled" : false ,
67
+ "jwtConfig" : {
68
+ "clientID" : " " ,
69
+ "authorityURL" : " " ,
70
+ "expectedAudience" : " "
71
+ }
52
72
}
53
73
],
54
74
"api" : {
You can’t perform that action at this time.
0 commit comments