--- Robust.HG.ini.example 2015-12-10 04:19:41.000000000 +0900 +++ Robust.ini 2016-03-03 14:34:20.000000000 +0900 @@ -25,7 +25,8 @@ [Const] ; The URL of the Robust server - BaseURL = "http://127.0.0.1" + ;BaseURL = "http://153.127.250.178" + BaseURL = "http://hg.shinobar.server-on.net" ; The public port of the Robust server PublicPort = "8002" @@ -92,7 +93,7 @@ ;; Uncomment this if you want offline IM to work ; OfflineIMServiceConnector = "${Const|PrivatePort}/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector" ;; Uncomment this if you want Groups V2 to work - ; GroupsServiceConnector = "${Const|PrivatePort}/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" + GroupsServiceConnector = "${Const|PrivatePort}/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" ;; Uncomment to provide bakes caching ;BakedTextureService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:XBakesConnector" @@ -106,13 +107,13 @@ HGInventoryServiceConnector = "HGInventoryService@${Const|PublicPort}/OpenSim.Server.Handlers.dll:XInventoryInConnector" HGAssetServiceConnector = "HGAssetService@${Const|PublicPort}/OpenSim.Server.Handlers.dll:AssetServiceConnector" ;; Uncomment this if you want Groups V2, HG to work - ; HGGroupsServiceConnector = "${Const|PublicPort}/OpenSim.Addons.Groups.dll:HGGroupsServiceRobustConnector" + HGGroupsServiceConnector = "${Const|PublicPort}/OpenSim.Addons.Groups.dll:HGGroupsServiceRobustConnector" ;; Uncomment for UserProfiles see [UserProfilesService] to configure... - ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" + UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" ;; Uncomment if you want to have centralized estate data - ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector" + EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector" ; * This is common for all services, it's the network setup for the entire ; * server instance, if none is specified above @@ -175,14 +176,14 @@ ;; runs the UserAgentsService, possibly this server. ;; For example http://myworld.com:8002 ;; This is a default that can be overwritten in some sections. - ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" + HomeURI = "${Const|BaseURL}:${Const|PublicPort}" ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} ;; This is the address of the external robust server ;; that runs the Gatekeeper service, possibly this server. ;; For example http://myworld.com:8002 ;; This is a default that can be overwritten in some sections. - ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" + GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" [AccessControl] ;# {AllowedClients} {} {Bar (|) separated list of allowed clients} {} @@ -216,7 +217,7 @@ ; Uncomment these lines if you want to use MySQL storage ; Change the connection string to your db details StorageProvider = "OpenSim.Data.MySQL.dll" - ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" + ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;Old Guids=true;" ; * As an example, the below configuration precisely mimicks the legacy @@ -306,6 +307,7 @@ ;; ; Region_Welcome_Area = "DefaultRegion, FallbackRegion" ; (replace spaces with underscore) + Region_Shinobar = "DefaultRegion, FallbackRegion" ;; Allow Hyperlinks to be created at the console HypergridLinker = true @@ -498,6 +500,7 @@ SRV_InventoryServerURI = "${Const|BaseURL}:${Const|PublicPort}" SRV_AssetServerURI = "${Const|BaseURL}:${Const|PublicPort}" SRV_ProfileServerURI = "${Const|BaseURL}:${Const|PublicPort}" + ;SRV_ProfileServerURI = "${Const|BaseURL}/moodle/blocks/modlos/helper/" SRV_FriendsServerURI = "${Const|BaseURL}:${Const|PublicPort}" SRV_IMServerURI = "${Const|BaseURL}:${Const|PublicPort}" SRV_GroupsServerURI = "${Const|BaseURL}:${Const|PublicPort}" @@ -542,18 +545,18 @@ login = ${Const|BaseURL}:${Const|PublicPort}/ ; long grid name: the long name of your grid - gridname = "the lost continent of hippo" + gridname = "Shinobar Grid" ; short grid name: the short name of your grid - gridnick = "hippogrid" + gridnick = "shinogrid" ; login page: optional: if it exists it will be used to tell the client to use ; this as splash page - ;welcome = ${Const|BaseURL}/welcome + welcome = ${Const|BaseURL}/moodle/blocks/modlos/helper/loginpage.php ; 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}/economy + economy = ${Const|BaseURL}/moodle/blocks/modlos/helper/ ; web page of grid: optional: page providing further information about your grid ;about = ${Const|BaseURL}/about @@ -574,7 +577,7 @@ ; HG user domain, if you have one ; this is the entry point for all user-related HG services - ; uas = ${Const|BaseURL}:${Const|PublicPort}/ + uas = ${Const|BaseURL}:${Const|PublicPort}/ [GatekeeperService] @@ -651,7 +654,7 @@ ;; as seen from outside of this grid. Leave it uncommented for exposing ;; UserTitle, UserFlags and the creation date. Uncomment and change to False ;; to block this info from being exposed. - ; ShowUserDetailsInHGProfile = True + ShowUserDetailsInHGProfile = True ; * The interface that local users get when they are in other grids. @@ -750,7 +753,7 @@ [UserProfilesService] LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" - Enabled = false + Enabled = true ;; Configure this for separate profiles database ;; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" ;; Realm = UserProfiles