Browse Source

fix(nocodb): add missing isCloud

pull/5307/head
Wing-Kam Wong 2 years ago
parent
commit
64f845e370
  1. 9
      packages/nocodb/src/schema/swagger.json

9
packages/nocodb/src/schema/swagger.json

@ -12654,6 +12654,12 @@
},
"ncMaxAttachmentsAllowed": {
"type": "number"
},
"isCloud": {
"type": "boolean",
"x-stoplight": {
"id": "bstdkpky2131f"
}
}
}
},
@ -12676,7 +12682,8 @@
"ncSiteUrl": "http://localhost:8080",
"ee": false,
"ncAttachmentFieldSize": 20971520,
"ncMaxAttachmentsAllowed": 10
"ncMaxAttachmentsAllowed": 10,
"isCloud": false
}
}
}

Loading…
Cancel
Save