diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 13 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 7 | ||||
-rw-r--r-- | bin/config-include/HyperSimianGrid.ini | 77 |
3 files changed, 91 insertions, 6 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f95c428..9fd7e46 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -646,7 +646,7 @@ | |||
646 | ; {2} - region UUID | 646 | ; {2} - region UUID |
647 | ; {3} - region port | 647 | ; {3} - region port |
648 | ; {4} - region name with " ", ":", "/" mapped to "_" | 648 | ; {4} - region name with " ", ":", "/" mapped to "_" |
649 | region_file_template = "{0}x{1}-{2}.xml" | 649 | region_file_template = "{0}x{1}-{2}.ini" |
650 | 650 | ||
651 | ; we can limit the number of regions that XmlRpcCreateRegion will | 651 | ; we can limit the number of regions that XmlRpcCreateRegion will |
652 | ; allow by setting this to a positive, non-0 number: as long as the | 652 | ; allow by setting this to a positive, non-0 number: as long as the |
@@ -1325,11 +1325,12 @@ Message = "The MOTD module is working!" | |||
1325 | [Architecture] | 1325 | [Architecture] |
1326 | ; Choose exactly one and only one of the architectures below. | 1326 | ; Choose exactly one and only one of the architectures below. |
1327 | 1327 | ||
1328 | Include-Standalone = "config-include/Standalone.ini" | 1328 | Include-Standalone = "config-include/Standalone.ini" |
1329 | ;Include-HGStandalone = "config-include/StandaloneHypergrid.ini" | 1329 | ;Include-HGStandalone = "config-include/StandaloneHypergrid.ini" |
1330 | ;Include-Grid = "config-include/Grid.ini" | 1330 | ;Include-Grid = "config-include/Grid.ini" |
1331 | ;Include-HGGrid = "config-include/GridHypergrid.ini" | 1331 | ;Include-HGGrid = "config-include/GridHypergrid.ini" |
1332 | ;Include-SimianGrid = "config-include/SimianGrid.ini" | 1332 | ;Include-SimianGrid = "config-include/SimianGrid.ini" |
1333 | ;Include-HyperSimianGrid = "config-include/HyperSimianGrid.ini" | ||
1333 | 1334 | ||
1334 | ; Then choose | 1335 | ; Then choose |
1335 | ; config-include/StandaloneCommon.ini.example (if you're in standlone) OR | 1336 | ; config-include/StandaloneCommon.ini.example (if you're in standlone) OR |
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 554d00f..dae7a19 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -147,6 +147,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
147 | WelcomeMessage = "Welcome, Avatar!" | 147 | WelcomeMessage = "Welcome, Avatar!" |
148 | AllowRemoteSetLoginLevel = "false" | 148 | AllowRemoteSetLoginLevel = "false" |
149 | 149 | ||
150 | ; If you run this login server behind a proxy, set this to true | ||
151 | ; HasProxy = true | ||
152 | |||
150 | ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) | 153 | ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) |
151 | ; CHANGE THIS | 154 | ; CHANGE THIS |
152 | HomeURI = "http://127.0.0.1:8002" | 155 | HomeURI = "http://127.0.0.1:8002" |
@@ -216,6 +219,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
216 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | 219 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" |
217 | GridService = "OpenSim.Services.GridService.dll:GridService" | 220 | GridService = "OpenSim.Services.GridService.dll:GridService" |
218 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 221 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" |
222 | |||
223 | ;; If you separate the UserAgentService from the LoginService, set this to | ||
224 | ;; the IP address of the machine where your LoginService is | ||
225 | ;LoginServerIP = "127.0.0.1" | ||
219 | 226 | ||
220 | ; * The interface that local users get when they are in other grids. | 227 | ; * The interface that local users get when they are in other grids. |
221 | ; * This restricts the inventory operations while in other grids. | 228 | ; * This restricts the inventory operations while in other grids. |
diff --git a/bin/config-include/HyperSimianGrid.ini b/bin/config-include/HyperSimianGrid.ini new file mode 100644 index 0000000..87ffe69 --- /dev/null +++ b/bin/config-include/HyperSimianGrid.ini | |||
@@ -0,0 +1,77 @@ | |||
1 | ;; | ||
2 | ;; Please don't change this file. | ||
3 | ;; All optional settings are in GridCommon.ini.example, | ||
4 | ;; which you can copy and change. | ||
5 | ;; | ||
6 | |||
7 | ;; | ||
8 | ;; In GridCommon.ini, these are the URLs you would use if SimianGrid is | ||
9 | ;; installed at http://www.mygrid.com/Grid/ | ||
10 | ;; | ||
11 | ; AssetServerURI = "http://www.mygrid.com/Grid/?id=" | ||
12 | ; InventoryServerURI = "http://www.mygrid.com/Grid/" | ||
13 | ; AvatarServerURI = "http://www.mygrid.com/Grid/" | ||
14 | ; PresenceServerURI = "http://www.mygrid.com/Grid/" | ||
15 | ; UserAccountServerURI = "http://www.mygrid.com/Grid/" | ||
16 | ; AuthenticationServerURI = "http://www.mygrid.com/Grid/" | ||
17 | ; FriendsServerURI = "http://www.mygrid.com/Grid/" | ||
18 | ; GroupsServerURI = "http://www.mygrid.com/Grid/" | ||
19 | |||
20 | [Includes] | ||
21 | Include-Common = "config-include/GridCommon.ini" | ||
22 | |||
23 | [Modules] | ||
24 | GridServices = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector" | ||
25 | PresenceServices = "OpenSim.Services.Connectors.dll:SimianPresenceServiceConnector" | ||
26 | UserAccountServices = "OpenSim.Services.Connectors.dll:SimianUserAccountServiceConnector" | ||
27 | AuthenticationServices = "OpenSim.Services.Connectors.dll:SimianAuthenticationServiceConnector" | ||
28 | AssetServices = "HGAssetBroker" | ||
29 | InventoryServices = "HGInventoryBroker" | ||
30 | AvatarServices = "OpenSim.Services.Connectors.dll:SimianAvatarServiceConnector" | ||
31 | |||
32 | NeighbourServices = "RemoteNeighbourServicesConnector" | ||
33 | SimulationServices = "RemoteSimulationConnectorModule" | ||
34 | EntityTransferModule = "HGEntityTransferModule" | ||
35 | InventoryAccessModule = "HGInventoryAccessModule" | ||
36 | |||
37 | LandServiceInConnector = true | ||
38 | NeighbourServiceInConnector = true | ||
39 | SimulationServiceInConnector = true | ||
40 | LibraryModule = false | ||
41 | |||
42 | AssetCaching = "FlotsamAssetCache" | ||
43 | |||
44 | [Friends] | ||
45 | Connector = "OpenSim.Services.Connectors.dll:SimianFriendsServiceConnector" | ||
46 | |||
47 | [GridService] | ||
48 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | ||
49 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | ||
50 | |||
51 | AllowHypergridMapSearch = true | ||
52 | |||
53 | [LibraryService] | ||
54 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" | ||
55 | LibraryName = "OpenSim Library" | ||
56 | DefaultLibrary = "./inventory/Libraries.xml" | ||
57 | |||
58 | [AssetService] | ||
59 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | ||
60 | LocalGridAssetService = "OpenSim.Services.Connectors.dll:SimianAssetServiceConnector" | ||
61 | HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector" | ||
62 | AssetLoaderArgs = "assets/AssetSets.xml" | ||
63 | |||
64 | [InventoryService] | ||
65 | LocalGridInventoryService = "OpenSim.Services.Connectors.dll:SimianInventoryServiceConnector" | ||
66 | |||
67 | [Groups] | ||
68 | Enabled = true | ||
69 | Module = GroupsModule | ||
70 | DebugEnabled = false | ||
71 | NoticesEnabled = true | ||
72 | MessagingModule = GroupsMessagingModule | ||
73 | MessagingEnabled = true | ||
74 | ServicesConnectorModule = SimianGroupsServicesConnector | ||
75 | |||
76 | [Profiles] | ||
77 | Module = SimianProfiles | ||