-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
master.properties
234 lines (179 loc) · 8.01 KB
/
master.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
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
# https://github.com/sakaiproject/nightly-config/master.properties
# These are additional properties that are set on the nightly servers so that features can be tested.
# Any changes should get picked up the next day upon restart
content.upload.max=50
content.upload.ceiling=20
useInstitutionalNumericID=true
samigo.canRecordAverage=true
display.users.present=true
webservices.allowlogin=true
webservices.allow=.+
lti.provider.enabled=true
lti.provider.allowedtools=sakai.announcements:sakai.singleuser:sakai.assignment.grades:sakai.dropbox:sakai.forums:sakai.gradebook.tool:sakai.podcasts:sakai.poll:sakai.resources:sakai.schedule:sakai.samigo:sakai.rwiki
lti.provider.12345.secret=secret
canvas.config.title=Sakai Dev (test only)
canvas.config.description=These tools are served from a Sakai cloud server that is rebuilt nightly from the very tip of the master branch in github. You can test these with 12345 / secret but any data is deleted every day.
casa.provider.note = These tools are served from a Sakai cloud server that is rebuilt nightly from the very tip of the master branch in github. You can test these with 12345 / secret but any data is deleted every day.
search.enable=true
search.onlyIndexSearchToolSites=false
# enable soft site deletions when a site is deleted normally
# if true, they will be softly delete and then purged after 30 days
# if false, thet will be deleted immediately
# defaults to false.
# site.soft.deletion=true
# the number of days to keep softly deleted sites until they are purged.
# if not set and site.soft.deletion=true, defaults to 30 days.
# site.soft.deletion.gracetime=30
#2/ ability to make a calendar public (Export calendar) : SAK-28986
# ical.experimental=true
#3/ calendar private URL : SAK-21497
# ical.opaqueurl.subscribe=true
# INFRSTR-322 Enabled subscriptions for testing
# calendar.external.subscriptions.enable=true
portal.google.universal_analytics_id=UA-57614684-3
content.cleaner.errors.logged=true
[email protected]=true
# SAK-29695 / INFRSTR-327
# Should the .auth role be assignable to a realm? Defaults to false.
sitemanage.grant.auth=true
# Should the .anon role be assignable to a realm? Defaults to false.
sitemanage.grant.anon=true
# INFRSTR-330
# Enable the PA System so it can be tested.
# pasystem.enabled=true
# SAK-29546 Testing
enableSitePresences@org.sakaiproject.sitestats.api.StatsManager.target=true
collectEventsForSiteWithToolOnly@org.sakaiproject.sitestats.api.StatsUpdateManager=false
collectDetailedEvents@org.sakaiproject.sitestats.api.StatsUpdateManager.target=true
displayDetailedEvents@org.sakaiproject.sitestats.api.StatsManager.target=true
# SAK-29403 Limit roles
realm.allowed.roles=.anon
realm.allowed..anon=annc.read,calendar.read,content.read
# SAK-17606 Anonymous Assignments
assignment.anon.grading.enabled=true
portal.error.showdetail=true
portal.rememberSitePage=false
# SAK-28069/INTRSTR-336
# Add missing tools when importing content
site.setup.import.addmissingtools=true
# SAK-29133/INFRSTR-333
# Enable site icon
portal.siteicon.allow=true
# INFRSTR-334
# Provide example term dates to test importing.
# These stopped working somewhere in 2022
calendar.external.subscriptions.enable = true
calendar.external.subscriptions.url.count=1
calendar.external.subscriptions.url.1=https://raw.githubusercontent.com/sakaiproject/nightly-config/master/oxdate.ics
calendar.external.subscriptions.name.count=1
calendar.external.subscriptions.name.1=Demo Term Dates
calendar.external.subscriptions.eventtype.count=1
calendar.external.subscriptions.eventtype.1=Academic Calendar
# INFRSTR-335
# Provide defaults for feedback tool.
feedback.featureSuggestionUrl=https://google.com/
# INFRSTR-339 / SAK-46648 Prevent multiple users with the same email address
user.email.allowduplicates=false
# INFRSTR-338 Enable Samigo properties for testing.
samigo.autoSubmit.enabled=true
samigo.partialCreditEnabled=true
samigo.canRecordAverage=true
samigo.autoSave.repeat.milliseconds=300000
# Test & Quizes minimum score feature
samigo.allowMinScore=true
# INFRSTR-337 Switch to elfinder for file picker.
wysiwyg.editor.ckeditor.browser=elfinder
# INFSTR-345
# Determine the range for calendar export
# Number of months from the past required in the export
calendar.export.previous.months=6
# Number of months in the future required in the export
calendar.export.next.months=12
# INFRSTR-346 Enable export of MyWorkspace calendars
# ical.myworkspace.auto.export=true (no such property!)
# Pull in some example content when starting up.
quartz.seedsites.autorun=true
# SAK-32218 Automatically import site archives listed:
#archives.import.source=https://imports-sakaiproject-org.s3.amazonaws.com/imports.txt
# INFRSTR-350
# Allow granting of all authenticated users and public in resources
resources.enabled.roles=.anon,.auth
# SAK-29478
# Roster showing sitestats data
roster.showVisits=true
# As per the Core call discussion about SAK-42194:
# Force browser to download rather than render inline any file served from content hosting with a content-type of text/html.
# DEFAULT: true
content.html.forcedownload=false
# Show all preference pages
preference.pages=prefs_noti_title, prefs_timezone_title, prefs_lang_title, prefs_privacy_title, prefs_hidden_title, prefs_editor_title, prefs_theme_title
# Create Sites
site.seed.eid.password=true
# QUICK LINKS CONFIG ON TOP NAV BAR
# url, title, name and icon must be populated.
# These can be per skin as well as the top level, put the skin name in the key e.g. portal.quicklink.[skin].url.1
# Icon entry can specify an icon to be used as an HTML class or an image to be added as a background-image
# attribute in the HTML. If using an icon put 'cl' before the name, if using an image put 'im' before the name.
# Information message at the top of the quicklinks pop-up box:
portal.quicklink.info=Links open in a new window
portal.quicklink.url.count=4
portal.quicklink.title.count=4
portal.quicklink.name.count=4
portal.quicklink.icon.count=4
portal.quicklink.url.1=https://www.sakailms.org/
portal.quicklink.title.1=Sakai Project Website
portal.quicklink.name.1=Sakai Project
portal.quicklink.icon.1=cl bi bi-globe
portal.quicklink.url.2=https://www.apereo.org/
portal.quicklink.title.2=Apereo Website
portal.quicklink.name.2=Apereo
portal.quicklink.icon.2=cl bi bi-globe
portal.quicklink.url.3=https://github.com/sakaiproject/sakai
portal.quicklink.title.3=Sakai Github
portal.quicklink.name.3=Sakai Github
portal.quicklink.icon.3=cl bi bi-github
portal.quicklink.url.4=https://www.sakailms.org/shop
portal.quicklink.title.4=Sakai Merch Store
portal.quicklink.name.4=Sakai Merch Store
portal.quicklink.icon.4=cl bi bi-cart
plus.provider.enabled=true
plus.allowedtools=sakai.sakai:sakai.resources
plus.new.site.template=!plussite
plus.new.site.realm=!site.template.lti
# 5MB
content.zip.download.maxindividualfilesize=5242880
# 10MB
content.zip.download.maxtotalsize=10485760
# SAK-48204
signup.deployList=3
cardgame.showOfficialPhoto=false
#dashboard.tasks.enabled=true
# Turn on Debugging for Plus/LTI13 for a while - 2023-11-18 -- Chuck
log.config.count=4
log.config.1 = DEBUG.org.sakaiproject.plus.ProviderServlet
log.config.2 = DEBUG.org.sakaiproject.plus.impl.PlusServiceImpl
log.config.3 = DEBUG.org.sakaiproject.lti.impl.UserFinderOrCreatorImpl
log.config.4 = DEBUG.org.sakaiproject.lti13.LTI13Servlet
# Plus testing is far more convienent if course site titles are editable
# Sorry for the double negative
site.type.titleNotEditable=noneofthem
# S2U-30
assignments.assign.to.instructor.groups=true
tagservice.enabled=true
tagservice.enable.integrations=true
# S2U-44
portal.display.current.role=true
#SAK-49293
samigo.settings.backgroundcolor.enabled=true
#S2U-17
samigo.author.usetags=true
# SAK-50218
assignment.group.filter.enabled=true
user.additional.attribute.count=2
user.additional.attribute.1=studentNumber
user.additional.attribute.2=cwid
user.additional.attribute.display.studentNumber=Student Number
user.additional.attribute.display.cwid=Campus Wide ID
# SAK-50501
profile2.connections.enabled=false