refactor(app-config): rename canConnect as connectionAllowed

This commit is contained in:
Ali BARIN
2024-10-09 08:48:53 +00:00
committed by Faruk AYDIN
parent aed61209fa
commit 6e42b52414
11 changed files with 38 additions and 32 deletions

View File

@@ -7,7 +7,7 @@ exports[`AppConfig model > jsonSchema should have correct validations 1`] = `
"default": false,
"type": "boolean",
},
"canConnect": {
"connectionAllowed": {
"default": false,
"type": "boolean",
},