-
Notifications
You must be signed in to change notification settings - Fork 1
/
oppia-default.properties
66 lines (58 loc) · 2.58 KB
/
oppia-default.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
##############################################################################
## ##
## This file is part of OppiaMobile - https://digital-campus.org/ ##
## ##
## OppiaMobile is free software: you can redistribute it and/or modify ##
## it under the terms of the GNU General Public License as published by ##
## the Free Software Foundation, either version 3 of the License, or ##
## (at your option) any later version. ##
## ##
## OppiaMobile is distributed in the hope that it will be useful, ##
## but WITHOUT ANY WARRANTY; without even the implied warranty of ##
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ##
## GNU General Public License for more details. ##
## ##
## You should have received a copy of the GNU General Public License ##
## along with OppiaMobile. If not, see <http://www.gnu.org/licenses/>. ##
## ____________________________________________________________________ ##
# #
# Oppia Default configuration properties #
! Please, do not modify this file. If you want to overwrite any of this
! settings, create a new file named 'custom.properties' and define any
! value of the list below that you want to override.
!
! IMPORTANT: The 'custom.properties' file is ignored by Git in order to
! hide private configuration settings (like API keys)
#Declare the Splunk Mint API key to use for the crash reports
MINT_API_KEY=26c9c657
#Declare the initial Oppia server URL
OPPIA_SERVER_DEFAULT=http://staging.oppia-mobile.org/
OPPIA_SERVER_HOST=staging.oppia-mobile.org
######### Local admin settings #############
#(which functionalities should be protected by password?)
ADMIN_PROTECT_SETTINGS=false
ADMIN_PROTECT_ACTIVITY_SYNC=true
ADMIN_PROTECT_ACTIVITY_EXPORT=true
ADMIN_PROTECT_COURSE_DELETE=false
ADMIN_PROTECT_COURSE_RESET=true
ADMIN_PROTECT_COURSE_INSTALL=true
ADMIN_PROTECT_COURSE_UPDATE=true
ADMIN_PROTECT_INITIAL_PASSWORD=
######### Main menu configurations ##########
MENU_ALLOW_MONITOR=true
MENU_ALLOW_SETTINGS=true
MENU_ALLOW_COURSE_DOWNLOAD=true
MENU_ALLOW_SYNC=true
MENU_ALLOW_LOGOUT=true
MENU_ALLOW_DOWNLOAD=true
MENU_ALLOW_LANGUAGE=true
DOWNLOAD_COURSES_DISPLAY=1
######### Other functionalities ################
OFFLINE_REGISTER_ENABLED=true
SESSION_EXPIRATION_ENABLED=false
SESSION_EXPIRATION_TIMEOUT=600
DEVICEADMIN_ENABLED=false
######### Gamification ##################
GAMIFICATION_MEDIA_CRITERIA=threshold
# If using threshold criteria, minimum percent to consider it completed
GAMIFICATION_DEFAULT_MEDIA_THRESHOLD=80