forked from ilios/ilios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties.sample
189 lines (171 loc) · 4.33 KB
/
build.properties.sample
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
#================================================
# Ilios build configuration
#================================================
#
# Full path to the build directory.
#
builddir=/tmp/ilios/build
#
# Full path to the package directory.
# The "build" target will create a tarball in this directory.
#
packagedir=/tmp/ilios/bundles
#
# Full path to backup directory.
# The "backup" target (part of the "deploy" task) may create
# a tarball of the given deployment directory in there.
#
backupdir=/web/ilios/backups
#
# Full path to the deployment directory.
#
deploydir=/web/ilios/htdocs
#
# Full path to the database backup directory.
#
db_backupdir=/web/ilios/backups
#
# User account name that owns the deployment directory.
# Since this directory is usually the webroot, that user will most likely be the user account
# that runs the web server.
# Depending on your *nix distro, this may be "www-data", "apache" or something else.
#
webuser=apache
#
# User group that owns the deployment directory.
#
webgroup=apache
#================================================
# Ilios configuration (mandatory)
#================================================
#------------------------------------------------
# CodeIgniter settings
#------------------------------------------------
#
# Encryption key, must be provided to ensure session security.
# see http://ellislab.com/codeigniter/user-guide/libraries/sessions.html
# see http://ellislab.com/codeigniter/user-guide/libraries/encryption.html
# Do not use quotes!
#
encryption_key=
#------------------------------------------------
# Ilios-specific settings
#------------------------------------------------
#
# The name of your institution/school/university.
# Do not put quotes, e.g. institution_name=University of California
#
institution_name=UCSF
#
# The institution's domain name.
# Used in curriculum inventory reporting.
#
institution_domain=ucsf.edu
#------------------------------------------------
# Database settings
#------------------------------------------------
#
# DB configuration group
#
db.group=ilios
#
# DB server hostname
#
db.hostname=localhost
#
# DB name
#
db.name=ilios
#
# DB user name
#
db.username=XXXXXX
#
# DB user password
#
db.password=XXXXXX
#------------------------------------------------
# UCSF user synchronization process settings
#------------------------------------------------
#
# LDAP hostname
#
tasks.user_sync.ldap.hostname=localhost
#
# LDAP bind DN
#
tasks.user_sync.ldap.binddn=XXXXXX
#
# LDAP password
#
tasks.user_sync.ldap.password=XXXXXX
#================================================
# Ilios configuration overwrites (optional)
#================================================
#
# Idle-page timeout (in ms)
#
#ilios_idle_page_timeout=7200000
#
# Authentication method.
# Allowed values are "default" and "shibboleth"
#
#ilios_authentication=shibboleth
#
# Threshold (in days) for the visual change alerts in the calendar dashboard.
#
#visual_alert_threshold_in_days=3
#
# Assetic script aggregation
#
#script_aggregation_enabled=true
#------------------------------------------------
# Curriculum Inventory Reporting
#------------------------------------------------
#
# Supporting Link for curriculum inventory reports.
# Provide a full URL.
#curriculum_inventory_supporting_link=https://curriculum.ucsf.edu/inventory
#------------------------------------------------
# On/off switches for the various cron tasks.
# Allowed values are "true" and "false"
#------------------------------------------------
#
#tasks.change_alerts.enabled=true
#tasks.enrollment_export.enabled=true
#tasks.teaching_reminders.enabled=true
#tasks.user_sync.enabled=true
#================================================
# DB installation
#
# The following section only pertains
# to the database-installation-part
# of new deployments.
#================================================
#------------------------------------------------
# Default user ("zero-user") installation settings
#------------------------------------------------
#
# ID of the the school that the user will be primarily associated with.
#
db_install.zero_user.school_id=1
#
# First name
#
db_install.zero_user.first_name=User
#
# Last name
#
db_install.zero_user.last_name=Zero
#
# Email address
#
#
# Account login
#
db_install.zero_user.login=zero_user
#
# Account password
#
db_install.zero_user.password=Ch4nge_m3