File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
router/pkg/config/testdata Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 139139 "ExposeSchema" : false ,
140140 "RouterURL" : " "
141141 },
142+ "ConnectRPC" : {
143+ "Enabled" : false ,
144+ "Server" : {
145+ "ListenAddr" : " localhost:5026" ,
146+ "BaseURL" : " "
147+ },
148+ "ServicesProviderID" : " " ,
149+ "GraphQLEndpoint" : " "
150+ },
142151 "DemoMode" : false ,
143152 "Modules" : null ,
144153 "Headers" : {
Original file line number Diff line number Diff line change 174174 "ExposeSchema" : false ,
175175 "RouterURL" : " https://cosmo-router.wundergraph.com"
176176 },
177+ "ConnectRPC" : {
178+ "Enabled" : false ,
179+ "Server" : {
180+ "ListenAddr" : " localhost:5026" ,
181+ "BaseURL" : " "
182+ },
183+ "ServicesProviderID" : " " ,
184+ "GraphQLEndpoint" : " "
185+ },
177186 "DemoMode" : true ,
178187 "Modules" : {
179188 "myModule" : {
You can’t perform that action at this time.
0 commit comments