# sakai.properties - QA ########### Local stuff to be modified # the file system root for content hosting's external stored files (default is null, i.e. store them in the db) # see the readme file (2.2.7 File Based Content Hosting) for more details bodyPath@org.sakaiproject.content.api.ContentHostingService=/someplace/ # when storing content hosting's body bits in files, an optional set of folders just within the bodyPath - # to act as volumes to distribute the files among - a comma separate list of folders. If left out, no volumes will be used. # see the readme file (2.2.7 File Based Content Hosting) for more details bodyVolumes@org.sakaiproject.content.api.ContentHostingService=vol1,vol2,vol3 # root of archive file system area - used to write archive files and to read them # when clustering app servers, this should be a shared network location storagePath@org.sakaiproject.archive.api.ArchiveService=${sakai.home}archive/ # smtp server for outgoing emails smtp@org.sakaiproject.email.api.EmailService=some.smtp.edu # flag to enable or disable James for incoming email (true | false) smtp.enabled = false # contact support e-mail address #support.email= # email support address used in incoming email rejection messages #mail.support= # email address to send errors caught by the portal, and user bug reports in response portal.error.email=sakai-qa-l@indiana.edu # email address used as the "from" address for any email sent by Worksite Setup tool or Site Info tool setup.request= ########### Set in the kernel sakai.properties ########### Change if necessary # File name expressions to ignore in WebDav - Dav will not allow files # which have these strings in them to be created. # This is primarily used to ignore files generated by Apple of the form # /access/content/user/zt10/.DS_Store and the files for Resource "forks" # which start with "._" #webdav.ignore.count=2 #webdav.ignore.1=/.DS_Store #webdav.ignore.2=/._ # specify the wysiwyg editor #wysiwyg.editor=HTMLArea wysiwyg.editor=FCKeditor # enable the twinpeaks feature in the WYSIWYG editor in legacy tools: true or false #wysiwyg.twinpeaks=true wysiwyg.twinpeaks=false # enable hibernate SQL debugging output #hibernate.show_sql=false ########### Database stuff ########### change as necessary # Oracle below #hibernate.dialect=org.hibernate.dialect.Oracle9Dialect #vendor@org.sakaiproject.db.api.SqlService=oracle #driverClassName@javax.sql.BaseDataSource=oracle.jdbc.driver.OracleDriver #url@javax.sql.BaseDataSource=jdbc:oracle:thin:@SERVER:1521:DB #username@javax.sql.BaseDataSource=USER #password@javax.sql.BaseDataSource=PASSWORD #validationQuery@javax.sql.BaseDataSource= #defaultTransactionIsolationString@javax.sql.BaseDataSource= ### Mysql #hibernate.dialect=org.hibernate.dialect.MySQLDialect #vendor@org.sakaiproject.db.api.SqlService=mysql #driverClassName@javax.sql.BaseDataSource=com.mysql.jdbc.Driver #url@javax.sql.BaseDataSource=jdbc:mysql://SERVER:3306/DB?useUnicode=true&characterEncoding=UTF-8 #username@javax.sql.BaseDataSource=USER #password@javax.sql.BaseDataSource=PASSWORD #validationQuery@javax.sql.BaseDataSource=select 1 from DUAL ### HSQL # set the shared datasource URL to use a file based HSQLDB url@javax.sql.BaseDataSource=jdbc:hsqldb:${sakai.home}/db/sakai.db # auto.ddl? auto.ddl=true #### Settings from previous QA efforts ( <= 2.3.1 ) #### # STEALTH TOOLS. A stealth tool is a tool that is running in Sakai, but is not available to be added to a site in Worksite Setup. # A stealth tool can be added to a site using the Admin site tool. # List any tools to be stealthed, using their tool ids, in a comma-separated string (no spaces). # In this example, the rwiki tool, su tool, roster tool, and the assignment tool w/o grading are stealthed: #stealthTools@org.sakaiproject.api.kernel.tool.ActiveToolManager=sakai.rwiki,sakai.su,sakai.site.roster,sakai.assignment #stealthTools@org.sakaiproject.api.kernel.tool.ActiveToolManager= # For 2.3 stealthTools@org.sakaiproject.tool.api.ActiveToolManager= #Other new stuff here ## stateless-ness # make the portal stateless and reset tools #portal.experimental.auto.reset=true ### wiki stuff #wiki.comments=true #wiki.notification=true ### rss basic auth #allow.basic.auth.login=true ### Samigo (see bleow for new 2.4 properties) samigo.answerUploadRepositoryPath=/tmp/samigotmp/ samigo.sizeThreshold=512 samigo.sizeMax=20480 samigo.saveMediaToDb=true ##### Sakai 2.4.0 QA "special properties" ##### http://bugs.sakaiproject.org/confluence/display/QA/2.4Properties ### Calendar Summary # Calendar view (week or month) # Default: month calendarSummary.viewMode = week # Calendar day background color (as hexadecimal value). # Default: background-color in tool CSS (.calDayWithActivity) for all priorities calendarSummary.highPriorityColor = #FF0000 calendarSummary.mediumPriorityColor = #00FF00 calendarSummary.lowPriorityColor = #0000FF # Define priorities for calendar events # Default: all events as low priority # Note: no need to specify all events, neither all priorities (high, medium, low) calendarSummary.highPriorityEvents.count=2 calendarSummary.highPriorityEvents.1 = Deadline calendarSummary.highPriorityEvents.2 = Exam calendarSummary.mediumPriorityEvents.count=1 calendarSummary.mediumPriorityEvents.1 = Web Assignment # All calendar events not specified in high and medium priority lists are treated as low priority. So, there is no need to specify low priority events # calendarSummary.lowPriorityEvents.count=1 # calendarSummary.lowPriorityEvents.1 = Activity ### MailTool # Maximum number of allowed attachments per message. If below setting is not set, the default is 10000. If set to zero, attachment capability will be disabled. # mailtool.max.num.attachment= # Temp directory for handling attachment files. Default is /tmp # mailtool.upload.directory=/tmp/ # Reveal additional config options on "Options" screen for renaming roles. Default is false. # mailtool.show.renaming.role=false # Roles which should be group-aware in the interface, comma-separated. mailtool.group.aware.role=Student,access ### Search # requested for 2.4.0 search.experimental=true sharedSegments@org.sakaiproject.search.api.SearchService.SegmentStore=/tmp/segments/ # others from pre-2.4.0; may need to be set location@org.sakaiproject.search.api.SearchService.SegmentStore=/tmp/index/ ### Samigo # The e-mail settings are for Samigo only. They are used because Sakai # doesn't support real attachments. Samigo looks to these settings # instead of the regular Sakai e-mail settings. Also, these settings # do not override the usual Sakai settings. # # outgoing SMTP server (required) samigo.smtp.server=smtp.somewhere.edu # # outgoing SMTP port (default: 25) samigo.smtp.port=25 # # Bypass SMTP AUTH for outgoing mail (default: false) # if false, specify username/password samigo.email.bypassAuth=false samigo.email.username=SMTP_AUTH_USER samigo.email.password=SMTP_AUTH_PASSWORD # # Temp directory for handling attachment files. samigo.email.prefixedPath=/tmp/samigotmp # # This is for Samlite, the word-2-QTI converter (default: false) samigo.samliteEnabled=false