Ticket #1581: install_profile.json

File install_profile.json, 777 bytes (added by Peter Baumann, 7 years ago)
Line 
1{
2 "database": {
3 "type": "sqlite"
4 },
5 "demo": {
6 "rasdaman_data": true,
7 "petascope_data": true
8 },
9 "update": true,
10 "secore": {
11 "enabled": true
12 },
13 "install_path": "/opt/rasdaman",
14 "communication_protocol": "rasnet",
15 "petascope": {
16 "type": "tomcat",
17 "enabled": true,
18 "database_conf": {
19 "url": "jdbc:postgresql://localhost:5432/petascopedb",
20 "user": "rasdaman"
21 }
22 },
23 "version": "master",
24 "build": {
25 "type": "source",
26 "repository": "git://rasdaman.org/rasdaman.git",
27 "build_tools": "cmake"
28 },
29 "debug": false,
30 "version_hash": "b956289a74d6721935f3748fa5a3eb527557e027",
31 "user": "rasdaman"
32}