-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjiveclientconfiguration.json
54 lines (54 loc) · 1.78 KB
/
jiveclientconfiguration.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
52
53
54
{
"clientUrl": "http:",
"port": "8090",
"development": true,
"clientUrlExcludesPort": true,
"extensionInfo": {
"id": "dfbdf40a-d5d9-7c61-3283-a88201c1b54a",
"uuid": "dfbdf40a-d5d9-7c61-3283-a88201c1b54a",
"name": "StatusPageApp",
"type": "client-app",
"description": "A simple stream integration with app for the StatusPage.io service",
"packageVersion": "1.0",
"minimum_version": "0000",
"releasedOn": "2015-09-09T11:00:00.234Z",
"icon_16": "icon-16.png",
"icon_48": "icon-48.png",
"icon_128": "icon-128.png"
},
"ext": {
"your-recommended-place": "to-store-your-app-system-config"
},
"otherPropertiesToConsider": {
"ignoreExtensionRegistrationSource": true,
"suppressAddonRegistration": true,
"logLevel": "DEBUG",
"extensionInfo": {
"registerURL": "%serviceURL%/jive/oauth/register",
"unregisterURL": "%serviceURL%/jive/oauth/unregister",
"redirectURL": "%serviceURL%/oauth/authorize",
"health_url": "%serviceURL%/monitor/health",
"config_url": "%serviceURL%/configure",
"author": "Developer Name",
"author_affiliation": "Developer Company",
"author_email": "Developer Email",
"website_url": "http://www.somedomain.com",
"community_url": "https://community.jivesoftware.com/xxxx",
"support_info": "http://support.somedomain.com",
"info_email": "[email protected]",
"tags": "jive,integration,service,addon",
"overview": "overview.html",
"install_instructions": "install_instructions.html",
"eula_filename": "eula.html",
"privacy_policy": "privacy_policy.html",
"screen_shots": [
"screenshot_1.png",
"screenshot_2.png"
]
}
},
"forPropertyDocumentation": "https://community.jivesoftware.com/docs/DOC-103487",
"suppressAddonRegistration": true,
"logLevel": "DEBUG",
"ignoreExtensionRegistrationSource": "false"
}