aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example76
1 files changed, 57 insertions, 19 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 581c31d..8fe6d0c 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -21,18 +21,21 @@
21; * [[<ConfigName>@]<port>/]<dll name>[:<class name>] 21; * [[<ConfigName>@]<port>/]<dll name>[:<class name>]
22; * 22; *
23[Startup] 23[Startup]
24 24 ; Place to create a PID file
25 ; Plugin Registry Location 25 ; If no path if specified then a PID file is not created.
26 ; Set path to directory for plugin registry. Information 26 ; PIDFile = "/tmp/my.pid"
27 ; about the registered repositories and installed plugins 27
28 ; will be stored here 28 ; Plugin Registry Location
29 ; The Robust.exe process must have R/W access to the location 29 ; Set path to directory for plugin registry. Information
30 RegistryLocation = "." 30 ; about the registered repositories and installed plugins
31 31 ; will be stored here
32 ; Modular configurations 32 ; The Robust.exe process must have R/W access to the location
33 ; Set path to directory for modular ini files... 33 RegistryLocation = "."
34 ; The Robust.exe process must have R/W access to the location 34
35 ConfigDirectory = "/home/opensim/etc/Configs" 35 ; Modular configurations
36 ; Set path to directory for modular ini files...
37 ; The Robust.exe process must have R/W access to the location
38 ConfigDirectory = "."
36 39
37[ServiceList] 40[ServiceList]
38 41
@@ -68,10 +71,12 @@ HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.d
68HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector" 71HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector"
69;; Uncomment this if you want Groups V2, HG to work 72;; Uncomment this if you want Groups V2, HG to work
70; HGGroupsServiceConnector = "8002/OpenSim.Addons.Groups.dll:HGGroupsServiceRobustConnector" 73; HGGroupsServiceConnector = "8002/OpenSim.Addons.Groups.dll:HGGroupsServiceRobustConnector"
71
72;; Additions for other add-on modules. For example: 74;; Additions for other add-on modules. For example:
73;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector" 75;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector"
74 76
77;; Uncomment for UserProfiles see [UserProfilesService] to configure...
78; UserProfilesServiceConnector = "8002/OpenSim.Server.Handlers.dll:UserProfilesConnector"
79
75; * This is common for all services, it's the network setup for the entire 80; * This is common for all services, it's the network setup for the entire
76; * server instance, if none is specified above 81; * server instance, if none is specified above
77; * 82; *
@@ -146,7 +151,8 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
146; * 151; *
147[GridService] 152[GridService]
148 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" 153 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
149 HypergridLinker = true 154
155 HypergridLinker = true
150 156
151 ; Realm = "regions" 157 ; Realm = "regions"
152 ; AllowDuplicateNames = "True" 158 ; AllowDuplicateNames = "True"
@@ -163,16 +169,31 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
163 ;; Next, we can specify properties of regions, including default and fallback regions 169 ;; Next, we can specify properties of regions, including default and fallback regions
164 ;; The syntax is: Region_<RegionName> = "<flags>" 170 ;; The syntax is: Region_<RegionName> = "<flags>"
165 ;; or: Region_<RegionID> = "<flags>" 171 ;; or: Region_<RegionID> = "<flags>"
166 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut,Reservation,NoMove,Authenticate 172 ;; where <flags> can be DefaultRegion, DefaultHGRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut, Reservation, NoMove, Authenticate
167 ;; For example: 173 ;;
174 ;; DefaultRegion If a local login cannot be placed in the required region (e.g. home region does not exist, avatar is not allowed entry, etc.)
175 ;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion
176 ;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified
177 ;; an explicit region.
178 ;;
179 ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online
180 ;; region will be used.
181 ;;
182 ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the
183 ;; order specified. This only applies to local logins at this time, not Hypergrid connections.
184 ;;
185 ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins.
186 ;;
187 ;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
188 ;;
168 ; Region_Welcome_Area = "DefaultRegion, FallbackRegion" 189 ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
169 ; (replace spaces with underscore) 190 ; (replace spaces with underscore)
170 191
171 ;; Allow Hyperlinks to be created at the console 192 ;; Allow Hyperlinks to be created at the console
172 HypergridLinker = true 193 HypergridLinker = true
173 194
174 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented 195 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
175 ; GatekeeperURI = "http://127.0.0.1:8002" 196 ; GatekeeperURI = "http://127.0.0.1:8002"
176 197
177 198
178; * This is the configuration for the freeswitch server in grid mode 199; * This is the configuration for the freeswitch server in grid mode
@@ -306,6 +327,9 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
306 ;; Ask co-operative viewers to use a different currency name 327 ;; Ask co-operative viewers to use a different currency name
307 ;Currency = "" 328 ;Currency = ""
308 329
330 ;; Set minimum fee to publish classified
331 ; ClassifiedFee = 0
332
309 WelcomeMessage = "Welcome, Avatar!" 333 WelcomeMessage = "Welcome, Avatar!"
310 AllowRemoteSetLoginLevel = "false" 334 AllowRemoteSetLoginLevel = "false"
311 335
@@ -322,6 +346,12 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
322 ; For V2/V3 webapp authentication SSO 346 ; For V2/V3 webapp authentication SSO
323 ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/" 347 ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/"
324 348
349 ; For V3 destination guide
350 ; DestinationGuide = "http://127.0.0.1/guide"
351
352 ; For V3 avatar picker (( work in progress ))
353 ; AvatarPicker = "http://127.0.0.1/avatars"
354
325 ; If you run this login server behind a proxy, set this to true 355 ; If you run this login server behind a proxy, set this to true
326 ; HasProxy = false 356 ; HasProxy = false
327 357
@@ -586,4 +616,12 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
586 ;; Can overwrite the default in [Hypergrid], but probably shouldn't 616 ;; Can overwrite the default in [Hypergrid], but probably shouldn't
587 ; HomeURI = "http://127.0.0.1:8002" 617 ; HomeURI = "http://127.0.0.1:8002"
588 618
619[UserProfilesService]
620 LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService"
621 Enabled = false
622 ;; Configure this for separate profiles database
623 ;; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
624 ;; Realm = UserProfiles
625 UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
626 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
589 627