Skip to content

Commit

Permalink
fix: dapiJsonRpc is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Apr 30, 2024
1 parent 15ff409 commit b9d4d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashmate/src/config/configJsonSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export default {
},
},
additionalProperties: false,
required: ['driveGrpc', 'dapiApi', 'dapiCoreStreams'],
required: ['driveGrpc', 'dapiApi', 'dapiCoreStreams', 'dapiJsonRpc'],
},
metrics: {
$ref: '#/definitions/enabledHostPort',
Expand Down

0 comments on commit b9d4d2c

Please sign in to comment.