@rosen-bridge/config 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/tests/configTestData.ts
CHANGED
|
@@ -152,6 +152,16 @@ export const correctApiSchema = {
|
|
|
152
152
|
},
|
|
153
153
|
},
|
|
154
154
|
},
|
|
155
|
+
useTls: {
|
|
156
|
+
type: 'boolean',
|
|
157
|
+
default: false,
|
|
158
|
+
validations: [
|
|
159
|
+
{
|
|
160
|
+
required: true,
|
|
161
|
+
error: 'useTls must be specified',
|
|
162
|
+
},
|
|
163
|
+
],
|
|
164
|
+
},
|
|
155
165
|
},
|
|
156
166
|
},
|
|
157
167
|
};
|