-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
20.properties
150 lines (110 loc) · 5.05 KB
/
20.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
# https://github.com/sakaiproject/nightly-config/20.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
samigo.canRecordAverage=true
display.users.present=true
webservices.allowlogin=true
webservices.allow=.+
basiclti.provider.enabled=true
basiclti.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
basiclti.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
# 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
# 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
# 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 in 2022
# calendar.external.subscriptions.enable = true
# calendar.external.subscriptions.url.count=1
# calendar.external.subscriptions.url.1=https://weblearn.ox.ac.uk/access/content/public/misc/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 Prevent multiple users with the same email address
# SAK-45681
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
# 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
# Message bundle management
# DEFAULT: false
load.bundles.from.db=true
gradebook.stats.assignments.displayed=true
gradebook.stats.coursegrade.displayed=true
# Test & Quizes minimum score feature
samigo.allowMinScore=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