48 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
| ; Settings for applications that are bundled with the core OpenSimulator package
 | |
| 
 | |
| [Concierge]
 | |
|     ; Enable concierge module
 | |
|     ; Default is false
 | |
|     enabled = false
 | |
| 
 | |
|     ; name of the concierge
 | |
|     whoami = "jeeves"
 | |
| 
 | |
|     ; password for updating the welcome message templates via XmlRpc
 | |
|     password = SECRET
 | |
| 
 | |
|     ; regex specifying for which regions concierge service is desired; if
 | |
|     ; empty, then for all
 | |
|     regions = "^MeetingSpace-"
 | |
| 
 | |
|     ; for each region that matches the regions regexp you can provide
 | |
|     ; (optionally) a welcome template using format substitution:
 | |
|     ; {0} is replaced with the name of the avatar entering the region
 | |
|     ; {1} is replaced with the name of the region
 | |
|     ; {2} is replaced with the name of the concierge (whoami variable above)
 | |
| 
 | |
|     welcomes = /path/to/welcome/template/directory
 | |
| 
 | |
|     ; Concierge can send attendee lists to an event broker whenever an
 | |
|     ; avatar enters or leaves a concierged region. the URL is subject
 | |
|     ; to format substitution:
 | |
|     ; {0} is replaced with the region's name
 | |
|     ; {1} is replaced with the region's UUID
 | |
|     broker = "http://broker.place.com/{1}"
 | |
| 
 | |
| 
 | |
| ;[CMS]
 | |
|     ;enabled = true
 | |
|     ;channel = 345
 | |
| 
 | |
| 
 | |
| [SVN]
 | |
|     Enabled = false
 | |
|     Directory = SVNmodule\repo
 | |
|     URL = "svn://your.repo.here/"
 | |
|     Username = "user"
 | |
|     Password = "password"
 | |
|     ImportOnStartup = false
 | |
|     Autosave = false
 | |
|     AutoSavePeriod = 15 ; Number of minutes between autosave backups
 |