-
Notifications
You must be signed in to change notification settings - Fork 2
/
jiveclientconfiguration.json
75 lines (75 loc) · 2.62 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"clientUrl": "http://localhost",
"port": "8090",
"development" : true,
"clientUrlExcludesPort": true,
"logLevel": "DEBUG",
"logFile" : "logs/jive-sdk.log",
"logFileSize" : 20480,
"logFileNumBackups" : 3,
"extensionInfo": {
"id": "8daa6e1a-75d5-47b9-ae74-5c10661ff31b",
"uuid": "8daa6e1a-75d5-47b9-ae74-5c10661ff31b",
"name": "jivedev QuickStart",
"description": "A Jive App to help you get started with simple Jive Tile, App and Stream development.",
"icon_16": "extension-16.png",
"icon_48": "extension-48.png",
"icon_128": "extension-128.png",
"releasedOn": "2016-12-14T13:57:39.551Z",
"author" : "Rashed Talukder",
"author_affiliation" : "Jive Software",
"author_email" : "rashed.talukder@jivesoftware.com",
"info_email" : "jivedev@jivesoftware.com",
"screen_shots" : ["screenshot_1.jpg"],
"jive_technologypartner_id" : "1",
"install_instructions": "install_instructions.html",
"eula_filename": "eula.html",
"overview": "overview.html",
"support_info": "https://community.jivesoftware.com/community/developer",
"website_url": "https://www.jivesoftware.com",
"version" : "1.0.3"
},
"ext" : {
"your-recommended-place" : "to-store-your-app-system-config"
},
"otherPropertiesToConsider" : {
"ignoreExtensionRegistrationSource": true,
"packageApps" : false,
"skipCreateExtension" : true,
"suppressAddonRegistration" : true,
"suppressHttpLogging": false,
"customServiceLogger": {},
"persistence": "mongo",
"persistenceInitializer" : {},
"suppressMonitoring" : false,
"monitoringInterval": 1000,
"codeVersionString": "jive",
"adminPort" : 8091,
"statsdClientConfig": {
"host" : "localhost",
"port" : 8125,
"interval" : 1000,
"servicePrefix" : "jive"
},
"role" : "worker",
"scheduler": {},
"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": "info@somedomain.com",
"tags": "jive,integration,service,addon",
"overview": "overview.html",
"privacy_policy": "privacy_policy.html"
}
},
"forPropertyDocumentation" : "https://community.jivesoftware.com/docs/DOC-103487"
}