This repository has been archived by the owner on Apr 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
biodiv.json
85 lines (81 loc) · 2.6 KB
/
biodiv.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
76
77
78
79
80
81
82
83
84
85
{
"run_list": [
"recipe[java]",
"recipe[biodiv]"
],
"biodiv": {
"servername": "portal.wikwio.org",
"database" : "biodiv",
"database-user" : "username",
"database-password" : "password",
"data" : "/apps/biodiv",
"augmentedmaps" : "/apps/biodiv",
"version" : "wikwio",
"twitterUrl" : "https://twitter.com/projectwikwio",
"facebookUrl" : "https://www.facebook.com/projectwikwio",
"feedbackFormUrl" : "http://portal.wikwio.org/contactus",
"filePickerKey" : "xxxxxxxxxxxxxxxxxxxxxxxxxx",
"facebookAppId" : "xxxxxxxxxxxxxxxxxxxxxxxxx",
"facebookSecret" : "xxxxxxxxxxxxxxxxxxxxxxx",
"supportEmail" : "support(at)wikwio(dot)org",
"ibp-database-user" : "username",
"ibp-database-password" : "password",
"hideLanguages" : "false",
"androidVersion" : "xxxx",
"iosVersion" : "xxxx"
},
"postgresql": {
"password": {
"postgres": "password"
}
},
"tomcat": {
"base_version": "7",
"catalina_options": "-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true -Dbiodiv.config.location=/usr/local/src/biodiv-master/additional-config.groovy -Xmx2g -XX:PermSize=256M -XX:MaxPermSize=512M -DBIODIV_CONFIG_LOCATION=/usr/share/tomcat7/.grails/biodiv-additional-config.groovy -Dlog4jdbc.spylogdelegator.name=net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator -Dfile.encoding=UTF-8"
},
"java" : {
"install_flavor" : "oracle",
"jdk_version" : "7",
"oracle" : {
"accept_oracle_download_terms" : true
}
},
"nginx" : {
"client_max_body_size" : "100m",
"user" : "tomcat7",
"group" : "tomcat7"
},
"geoserver" : {
"database" : "ibp",
"database-user" : "username",
"database-password" : "password",
"data" : "/apps/biodiv/data/geoserver"
},
"grails" : {
"version" : "2.3.9"
},
"postfix" : {
"main" : {
"myhostname" : "wikwio.org",
"smtp_use_tls" : "no",
"smtpd_use_tls" : "no"
}
},
"solr" : {
"data" : "/apps/biodiv/data/solr"
},
"oauth" : {
"google" : {
"key" : "xxxxxxxxxxxxxxxx.apps.googleusercontent.com",
"secret" : "xxxxxxxxxxxxxxxxxxxxxxx"
},
"facebook" : {
"key" : "xxxxxxxxxxxxxxxxxxxxxxxx",
"secret" : "xxxxxxxxxxxxxxxxxxxxxx"
}
},
"recaptcha" : {
"publicKey" : "xxxxxxxxxxxxxxxxxxxxxxx",
"privateKey" : "xxxxxxxxxxxxxxxxxxxxxxxxx"
}
}