diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 48 |
1 files changed, 35 insertions, 13 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 581c31d..466aed2 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 | |||
68 | HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 71 | HGAssetServiceConnector = "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 | ; * |
@@ -306,6 +311,9 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
306 | ;; Ask co-operative viewers to use a different currency name | 311 | ;; Ask co-operative viewers to use a different currency name |
307 | ;Currency = "" | 312 | ;Currency = "" |
308 | 313 | ||
314 | ;; Set minimum fee to publish classified | ||
315 | ; ClassifiedFee = 0 | ||
316 | |||
309 | WelcomeMessage = "Welcome, Avatar!" | 317 | WelcomeMessage = "Welcome, Avatar!" |
310 | AllowRemoteSetLoginLevel = "false" | 318 | AllowRemoteSetLoginLevel = "false" |
311 | 319 | ||
@@ -322,6 +330,12 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
322 | ; For V2/V3 webapp authentication SSO | 330 | ; For V2/V3 webapp authentication SSO |
323 | ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/" | 331 | ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/" |
324 | 332 | ||
333 | ; For V3 destination guide | ||
334 | ; DestinationGuide = "http://127.0.0.1/guide" | ||
335 | |||
336 | ; For V3 avatar picker (( work in progress )) | ||
337 | ; AvatarPicker = "http://127.0.0.1/avatars" | ||
338 | |||
325 | ; If you run this login server behind a proxy, set this to true | 339 | ; If you run this login server behind a proxy, set this to true |
326 | ; HasProxy = false | 340 | ; HasProxy = false |
327 | 341 | ||
@@ -586,4 +600,12 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
586 | ;; Can overwrite the default in [Hypergrid], but probably shouldn't | 600 | ;; Can overwrite the default in [Hypergrid], but probably shouldn't |
587 | ; HomeURI = "http://127.0.0.1:8002" | 601 | ; HomeURI = "http://127.0.0.1:8002" |
588 | 602 | ||
603 | [UserProfilesService] | ||
604 | LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" | ||
605 | Enabled = false | ||
606 | ;; Configure this for separate profiles database | ||
607 | ;; ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" | ||
608 | ;; Realm = UserProfiles | ||
609 | UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService | ||
610 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | ||
589 | 611 | ||