This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathmolgenis.test.properties
121 lines (96 loc) · 4.02 KB
/
molgenis.test.properties
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
###############################################################
# MOLGENIS configuration file #
###############################################################
###############################################################
# 1. FILES DESCRIBING THE DESIGN
# can be multiple files ',' separated
###############################################################
###############################################################
# KEEP THIS FILE UP-TO-DATE WITH GCC.PROPERTIES
###############################################################
# xml file with entity descriptions
model_database = modules/datamodel/shared/auth.xml,\
modules/datamodel/shared/core.xml,\
modules/datamodel/shared/data.xml,\
modules/datamodel/shared/news.xml,\
modules/datamodel/shared/organization.xml,\
modules/datamodel/shared/pheno.xml,\
modules/datamodel/shared/protocol.xml,\
modules/datamodel/shared/compute.xml,\
modules/datamodel/shared/reference.xml,\
modules/datamodel/shared/submission.xml,\
modules/datamodel/shared/xgap.xml,\
modules/datamodel/specific/bbmri.xml,\
modules/datamodel/specific/cluster.xml,\
modules/datamodel/specific/maze.xml,\
modules/datamodel/specific/mutation.xml,\
modules/datamodel/specific/ngs.xml,\
modules/datamodel/sandbox/magetab_idf.xml,\
modules/datamodel/sandbox/magetab_adf.xml,\
modules/datamodel/sandbox/batch.xml,\
modules/datamodel/specific/animaldb.xml,\
modules/datamodel/specific/gids.xml
authorizable = ObservationElement, Investigation
#note: magetab we want to merge with such that we are mage-tab compatible.
# xml file with user screen descriptions
model_userinterface = apps/gcc/org/molgenis/gcc/gcc_ui.xml
generate_plugins = false
generate_decorators = false
###############################################################
# 2. DATABASE SETTINGS
###############################################################
# MySQL:
#jdbc compatible connection parameters to a database (see doc of database supplier)
db_driver = com.mysql.jdbc.Driver
db_user = molgenis
db_password = molgenis
db_uri= jdbc:mysql://localhost/test_gcc?innodb_autoinc_lock_mode=2
# HypersonicSQL
#db_driver = org.hsqldb.jdbcDriver
#db_user = sa
#db_uri= jdbc:hsqldb:file:/data/xgap/hsql
#path where attached files should be stored (if <field type="file" ...> is used)
db_filepath = xgap
# PostgreSQL: experimental!
#db_driver = org.hsqldb.jdbcDriver
#db_user = sa
#db_password =
#db_uri = jdbc:hsqldb:file:/database/molgenisdb
# Oracle: experimental!
#db_driver = oracle.jdbc.driver.OracleDriver
#db_user =
#db_password =
#db_uri = jdbc:oracle:thin:@//localhost:2000/llp", "molgenis", "molTagtGen24Ora
###############################################################
# 3. EXPERT OPTIONS (only change when you know what you are doing)
###############################################################
# select components to be generated
############################
generate_data = true
generate_gui = true
generate_doc = true
generate_webservices = true
generate_R = true
generate_ExcelImport = true
generate_Python = true
# Output options
################
# the directory where the handwritten source files are (used for template generation)
output_hand = handwritten/java
# the directory where the source files are generated into
output_src = generated/java
# the directory where the sql create file are generated into
output_sql = generated/sql
# the directory where the documentation is generated into
output_doc = WebContent/generated-doc
# the directory where the web resources live (images, config files etc)
output_web = WebContent
# more generator options
exclude_system = true
# use mysql optimized statements instead of prepared statements
mysql_multiquery = true
# mapping of inheritance on database tables
mapping_type = subclass_per_table
#enabling jpa
#mapper_implementation = JPA
#delete_generated_folder = false