-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.json
51 lines (51 loc) · 1.37 KB
/
application.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"_id": "645e09509c485cc669cfed9a",
"name": "help-me-write",
"slug": "help-me-write",
"organizationId": "Org",
"isPublic": true,
"isMenu": false,
"isShowPlatformTag": true,
"createdAt": "2023-05-12T09:39:28.484Z",
"updatedAt": "2023-05-12T09:39:28.484Z",
"deleted": false,
"pages": [
{
"_id": "home",
"isDefault": true
}
],
"policies": [
{
"permission": "makePublic:applications",
"groups": [],
"users": []
},
{
"permission": "read:applications",
"groups": [],
"users": []
},
{
"permission": "publish:applications",
"groups": [],
"users": []
},
{
"permission": "manage:applications",
"groups": [],
"users": []
}
],
"global_setting": {
"css": "${env.get(\"nodeUrl\")}/css"
},
"gitApplicationMetadata": {
"browserSupportedRemoteUrl": "https://github.com/UBOS-tech/ubos-template-AI-help-me-write-UI",
"defaultApplicationId": "help-me-write",
"defaultBranchName": "main",
"isRepoPrivate": true,
"remoteUrl": "[email protected]:UBOS-tech/ubos-template-AI-help-me-write-UI.git",
"repoName": "ubos-template-AI-help-me-write-UI"
}
}