; The Const section allows us to define some basic information that we ; will use throughout our configuration. We will provide examples for ; setting the base url of the ROBUST server and the public and private ports ; it uses. Changing the values of the constants will set the operating ; parameters thoughout the configuration. Other constants that may prove ; to be useful may be added to the followin section. They may be ; referenced anywhere in the configuration by using ${Const|Name}. One ; such use is providing a base path for setting locations that ROBUST ; uses to write data. ; Also put grid specific stuff here. [Paths] AssetsPath = "../../AssetFiles" BackupPath = "../../backups" CachePath = "../../caches" ConfigPath = "../../config" DbPath = "../../db" LogPath = "../../logs" WebPath = "../../web" [Const] MOTD = "All of the World is a Stage, and Everyone's a Critic." GridName = "Misfitz Grid" ShortGridName = "MG" ; For a grid these will usually be the externally accessible IP/DNS ; name and use default public port 8002 and default private port 8003 ; For a standalone this will usually be the externally accessible IP/DNS ; name and use default public port 9000. The private port is not used ; in the configuration for a standalone. BaseHostname = "http://misfitzgrid.com" HostName = "misfitzgrid.com" BaseURL = ${Const|BaseHostname} GridURL = ${Const|BaseHostname} SSLURL = "https://${Const|HostName}" PublicPort = "8002" PrivatePort = "8003" PublicSSLPort = "8443" ; The public port of the ROBUST asset server, which might be different. AssetServerPort = "8003" ; Database credentials. DataProvider = "OpenSim.Data.MySQL.dll" ConnectionString = "Data Source=MYSQL_HOST;Database=MYSQL_DB;User ID=MYSQL_USER;Password=MYSQL_PASSWORD;Old Guids=true;" ; jOpenSim URL jOpensimURL = "http://misfitzgrid.com/members" [AuthorizationService] DefaultRegionAccess = "DisallowForeigners" ; If you have regions with access restrictions ; specify them here using the convention ; Region_ = ; Valid flags are: ; DisallowForeigners -- HG visitors not allowed ; DisallowResidents -- only Admins and Managers allowed ; None -- No restrictions. Region_Blue_Moon = "None" Region_MisFitz_ = "None" Region_MisFitz_Continuum = "None" Region_MisFitz_Dev = "None" Region_MisFitz_Getaway = "None" Region_MisFitz_Hyperport = "None" Region_MisFitz_Motion = "None" Region_Misfitz_Nature = "None" Region_MisFitz_Residents1 = "None" Region_MisFitz_Residents2 = "None" Region_MisFitz_Sandbox = "None" Region_MisFitz_Shopping = "None" Region_MisFitz_Welcome = "None" Region_MisFitz_Welcome_Beta = "None" Region_White_Harbor = "None" Region_Infinite_Grid_Sandbox = "None" Region_Infinite_Grid_Welcome = "None" Region_Kellietown = "None" Region_Life,_the_universe,_and_everything = "None" Region_Naughtie_Nautical = "None" Region_Play_Island = "None" [Groups] ;# {SecretKey} {ServicesConnectorModule:Groups Remote Service Connector} {Secret key between sim and remote group service} {} "" ;; Used for V2 in Remote only. SecretKey = "Kensentm3" AddDefaultGroup = "MisFitz Grid Residents" [GodNames] Enabled = true FullNames = "Fr0zenHawk Chillsmoke,Korgi Silvercloud,Max Zephyr" ; Surnames = "Kryztlsk" [GridService] Region_MisFitz_Welcome = "DefaultRegion, FallbackRegion" Region_MisFitz_Shopping = "FallbackRegion" Region_MisFitz_HyperPort = "FallbackRegion" Region_MisFitz_Sandbox = "FallbackRegion" Region_MisFitz_Continuum= "DefaultHGRegion" [GridInfoService] ; login page: optional: if it exists it will be used to tell the client to use ; this as splash page welcome = ${Const|jOpensimURL}/index.php?option=com_opensim ; helper uri: optional: if it exists it will be used to tell the client to use ; this for all economy related things economy = ${Const|BaseURL}/_tools/helper/ ; web page of grid: optional: page providing further information about your grid ;about = ${Const|BaseURL}/about ; account creation: optional: page providing further information about obtaining ; a user account on your grid ;register = ${Const|BaseURL}/register ; help: optional: page providing further assistance for users of your grid ;help = ${Const|BaseURL}/help ; password help: optional: page providing password assistance for users of your grid ;password = ${Const|BaseURL}/password