-
Notifications
You must be signed in to change notification settings - Fork 5
/
molgenis.properties
86 lines (69 loc) · 2.75 KB
/
molgenis.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
###############################################################
# MOLGENIS configuration file #
###############################################################
###############################################################
# 1. FILES DESCRIBING THE DESIGN
# can be multiple files ',' separated
###############################################################
# xml file with entity descriptions
model_database = test_db.xml, molgenis_auth.xml
# xml file with user screen descriptions
#model_userinterface = molgenis_ui.xml,test_ui.xml
model_userinterface = test_ui.xml
###############################################################
# 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/molgenis_test
# db_jndiname = jdbc/molgenisdb
# Oracel
db_driver = oracle.jdbc.driver.OracleDriver
db_user = molgenis
db_password = molTagtGen24Ora
db_uri = jdbc:oracle:thin:@//localhost:2000/llptest
db_filepath = ./data
db_jndiname = jdbc/molgenisdb
#path where attached files should be stored (if <field type="file" ...> is used)
db_filepath = attached-files
# HypersonicSQL: embedded, experimental!
# db_driver = org.hsqldb.jdbcDriver
# db_user = sa
# db_password =
# db_uri = jdbc:hsqldb:file:hsqldb/molgenisdb;shutdown=true
# PostgreSQL: experimental!
# db_driver = org.postgresql.Driver
# db_user = molgenis
# db_password = molgenis
# db_uri = jdbc:postgresql://localhost/molgenis_test
###############################################################
# 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
# Output options
################
# 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 documentation is generated into
output_web = WebContent
# the directory where handwritten plugins are stored
output_hand = handwritten/java
# more generator options
exclude_system = true
# use mysql optimized statements instead of prepared statements
#mapper_implementation = JPA
# mapping of inheritance on database tables
mapping_type = subclass_per_table