diff options
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/Grid.ini | 29 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 32 | ||||
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 28 | ||||
-rw-r--r-- | bin/config-include/SimianGrid.ini | 57 | ||||
-rw-r--r-- | bin/config-include/Standalone.ini | 72 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 41 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 102 | ||||
-rw-r--r-- | bin/config-include/storage/SQLiteStandalone.ini | 16 |
8 files changed, 325 insertions, 52 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index 5b19130..9dff325 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -10,15 +10,30 @@ | |||
10 | [Modules] | 10 | [Modules] |
11 | AssetServices = "RemoteAssetServicesConnector" | 11 | AssetServices = "RemoteAssetServicesConnector" |
12 | InventoryServices = "RemoteInventoryServicesConnector" | 12 | InventoryServices = "RemoteInventoryServicesConnector" |
13 | AuthorizationServices = "RemoteAuthorizationServicesConnector" | ||
14 | NeighbourServices = "RemoteNeighbourServicesConnector" | ||
15 | GridServices = "RemoteGridServicesConnector" | 13 | GridServices = "RemoteGridServicesConnector" |
16 | NeighbourServiceInConnector = true | 14 | AvatarServices = "RemoteAvatarServicesConnector" |
15 | NeighbourServices = "RemoteNeighbourServicesConnector" | ||
16 | AuthenticationServices = "RemoteAuthenticationServicesConnector" | ||
17 | PresenceServices = "RemotePresenceServicesConnector" | ||
18 | UserAccountServices = "RemoteUserAccountServicesConnector" | ||
19 | SimulationServices = "RemoteSimulationConnectorModule" | ||
20 | EntityTransferModule = "BasicEntityTransferModule" | ||
21 | InventoryAccessModule = "BasicInventoryAccessModule" | ||
17 | LandServiceInConnector = true | 22 | LandServiceInConnector = true |
18 | LLProxyLoginModule = true | 23 | NeighbourServiceInConnector = true |
24 | SimulationServiceInConnector = true | ||
25 | LibraryModule = true | ||
26 | |||
19 | 27 | ||
20 | [GridService] | 28 | [GridService] |
21 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 29 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
22 | ; for the LocalGridServicesConnector which is used by the Remote one | 30 | ; for the LocalGridServicesConnector which is used by the Remote one |
23 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 31 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
24 | \ No newline at end of file | 32 | |
33 | [LibraryService] | ||
34 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" | ||
35 | LibraryName = "OpenSim Library" | ||
36 | DefaultLibrary = "./inventory/Libraries.xml" | ||
37 | |||
38 | [Friends] | ||
39 | Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector" | ||
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 6da0f1e..4717561 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -20,6 +20,38 @@ | |||
20 | ; change this to your grid-wide grid server | 20 | ; change this to your grid-wide grid server |
21 | ; | 21 | ; |
22 | GridServerURI = "http://mygridserver.com:8003" | 22 | GridServerURI = "http://mygridserver.com:8003" |
23 | ;AllowHypergridMapSearch = true | ||
24 | |||
25 | [AvatarService] | ||
26 | ; | ||
27 | ; change this to your grid-wide grid server | ||
28 | ; | ||
29 | AvatarServerURI = "http://mygridserver.com:8003" | ||
30 | |||
31 | [PresenceService] | ||
32 | ; | ||
33 | ; change this to your grid-wide presence server | ||
34 | ; | ||
35 | PresenceServerURI = "http://mygridserver.com:8003" | ||
36 | |||
37 | [UserAccountService] | ||
38 | ; | ||
39 | ; change this to your grid-wide user accounts server | ||
40 | ; | ||
41 | UserAccountServerURI = "http://mygridserver.com:8003" | ||
42 | |||
43 | [AuthenticationService] | ||
44 | ; | ||
45 | ; change this to your grid-wide authentication server | ||
46 | ; | ||
47 | AuthenticationServerURI = "http://mygridserver.com:8003" | ||
48 | |||
49 | [FriendsService] | ||
50 | ; | ||
51 | ; change this to your grid-wide friends server | ||
52 | ; | ||
53 | FriendsServerURI = "http://mygridserver.com:8003" | ||
54 | |||
23 | 55 | ||
24 | [Modules] | 56 | [Modules] |
25 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 57 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index a5fe6e9..b567817 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -7,18 +7,23 @@ | |||
7 | [Includes] | 7 | [Includes] |
8 | Include-Common = "config-include/GridCommon.ini" | 8 | Include-Common = "config-include/GridCommon.ini" |
9 | 9 | ||
10 | [Startup] | ||
11 | hypergrid = true | ||
12 | |||
13 | [Modules] | 10 | [Modules] |
14 | AssetServices = "HGAssetBroker" | 11 | AssetServices = "HGAssetBroker" |
15 | InventoryServices = "HGInventoryBroker" | 12 | InventoryServices = "HGInventoryBroker" |
13 | GridServices = "RemoteGridServicesConnector" | ||
14 | AvatarServices = "RemoteAvatarServicesConnector" | ||
16 | NeighbourServices = "RemoteNeighbourServicesConnector" | 15 | NeighbourServices = "RemoteNeighbourServicesConnector" |
17 | GridServices = "HGGridServicesConnector" | 16 | AuthenticationServices = "RemoteAuthenticationServicesConnector" |
18 | NeighbourServiceInConnector = true | 17 | AuthorizationServices = "LocalAuthorizationServicesConnector" |
18 | PresenceServices = "RemotePresenceServicesConnector" | ||
19 | UserAccountServices = "RemoteUserAccountServicesConnector" | ||
20 | SimulationServices = "RemoteSimulationConnectorModule" | ||
21 | EntityTransferModule = "HGEntityTransferModule" | ||
22 | InventoryAccessModule = "HGInventoryAccessModule" | ||
19 | LandServiceInConnector = true | 23 | LandServiceInConnector = true |
20 | HypergridServiceInConnector = true | 24 | NeighbourServiceInConnector = true |
21 | LLProxyLoginModule = true | 25 | SimulationServiceInConnector = true |
26 | LibraryModule = true | ||
22 | 27 | ||
23 | [AssetService] | 28 | [AssetService] |
24 | LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector" | 29 | LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector" |
@@ -29,9 +34,12 @@ | |||
29 | HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" | 34 | HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" |
30 | 35 | ||
31 | [GridService] | 36 | [GridService] |
32 | ; for the HGGridServicesConnector to instantiate | ||
33 | GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:RemoteGridServicesConnector" | ||
34 | ; RemoteGridServicesConnector instantiates a LocalGridServicesConnector, | 37 | ; RemoteGridServicesConnector instantiates a LocalGridServicesConnector, |
35 | ; which in turn uses this | 38 | ; which in turn uses this |
36 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 39 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
37 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 40 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
41 | |||
42 | AllowHypergridMapSearch = true | ||
43 | |||
44 | [Friends] | ||
45 | Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector" | ||
diff --git a/bin/config-include/SimianGrid.ini b/bin/config-include/SimianGrid.ini new file mode 100644 index 0000000..58dcae9 --- /dev/null +++ b/bin/config-include/SimianGrid.ini | |||
@@ -0,0 +1,57 @@ | |||
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 | |||
19 | [Includes] | ||
20 | Include-Common = "config-include/GridCommon.ini" | ||
21 | |||
22 | [Modules] | ||
23 | GridServices = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector" | ||
24 | PresenceServices = "OpenSim.Services.Connectors.dll:SimianPresenceServiceConnector" | ||
25 | UserAccountServices = "OpenSim.Services.Connectors.dll:SimianGridUserAccountServiceConnector" | ||
26 | AuthenticationServices = "OpenSim.Services.Connectors.dll:SimianAuthenticationServiceConnector" | ||
27 | AssetServices = "OpenSim.Services.Connectors.dll:SimianAssetServiceConnector" | ||
28 | InventoryServices = "OpenSim.Services.Connectors.dll:SimianInventoryServiceConnector" | ||
29 | AvatarServices = "OpenSim.Services.Connectors.dll:SimianAvatarServiceConnector" | ||
30 | |||
31 | NeighbourServices = "RemoteNeighbourServicesConnector" | ||
32 | SimulationServices = "RemoteSimulationConnectorModule" | ||
33 | EntityTransferModule = "BasicEntityTransferModule" | ||
34 | InventoryAccessModule = "BasicInventoryAccessModule" | ||
35 | |||
36 | LandServiceInConnector = true | ||
37 | NeighbourServiceInConnector = true | ||
38 | SimulationServiceInConnector = true | ||
39 | LibraryModule = false | ||
40 | |||
41 | AssetCaching = "FlotsamAssetCache" | ||
42 | |||
43 | [Friends] | ||
44 | Connector = "OpenSim.Services.Connectors.dll:SimianFriendsServiceConnector" | ||
45 | |||
46 | [GridService] | ||
47 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | ||
48 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | ||
49 | |||
50 | [LibraryService] | ||
51 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" | ||
52 | LibraryName = "OpenSim Library" | ||
53 | DefaultLibrary = "./inventory/Libraries.xml" | ||
54 | |||
55 | [AssetService] | ||
56 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | ||
57 | AssetLoaderArgs = "assets/AssetSets.xml" | ||
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index 35ee01e..92c2154 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -4,16 +4,21 @@ | |||
4 | ;; which you can copy and change. | 4 | ;; which you can copy and change. |
5 | ;; | 5 | ;; |
6 | 6 | ||
7 | [Includes] | ||
8 | Include-Common = "config-include/StandaloneCommon.ini" | ||
9 | |||
10 | [Modules] | 7 | [Modules] |
11 | AssetServices = "LocalAssetServicesConnector" | 8 | AssetServices = "LocalAssetServicesConnector" |
12 | InventoryServices = "LocalInventoryServicesConnector" | 9 | InventoryServices = "LocalInventoryServicesConnector" |
13 | NeighbourServices = "LocalNeighbourServicesConnector" | 10 | NeighbourServices = "LocalNeighbourServicesConnector" |
14 | AuthorizationServices = "LocalAuthorizationServicesConnector" | 11 | AuthenticationServices = "LocalAuthenticationServicesConnector" |
15 | GridServices = "LocalGridServicesConnector" | 12 | GridServices = "LocalGridServicesConnector" |
13 | PresenceServices = "LocalPresenceServicesConnector" | ||
14 | UserAccountServices = "LocalUserAccountServicesConnector" | ||
15 | GridUserServices = "LocalGridUserServicesConnector" | ||
16 | SimulationServices = "LocalSimulationConnectorModule" | ||
17 | AvatarServices = "LocalAvatarServicesConnector" | ||
18 | EntityTransferModule = "BasicEntityTransferModule" | ||
19 | InventoryAccessModule = "BasicInventoryAccessModule" | ||
16 | LibraryModule = true | 20 | LibraryModule = true |
21 | LLLoginServiceInConnector = true | ||
17 | 22 | ||
18 | [AssetService] | 23 | [AssetService] |
19 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | 24 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" |
@@ -21,9 +26,60 @@ | |||
21 | [InventoryService] | 26 | [InventoryService] |
22 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService" | 27 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService" |
23 | 28 | ||
29 | [LibraryService] | ||
30 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" | ||
31 | LibraryName = "OpenSim Library" | ||
32 | DefaultLibrary = "./inventory/Libraries.xml" | ||
33 | |||
34 | [AvatarService] | ||
35 | LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService" | ||
36 | |||
24 | [AuthorizationService] | 37 | [AuthorizationService] |
25 | LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService" | 38 | LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService" |
26 | 39 | ||
40 | [AuthenticationService] | ||
41 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | ||
42 | |||
27 | [GridService] | 43 | [GridService] |
28 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 44 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
29 | Realm = "regions" | 45 | Realm = "regions" |
46 | StorageProvider = "OpenSim.Data.Null.dll" | ||
47 | |||
48 | [PresenceService] | ||
49 | LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
50 | StorageProvider = "OpenSim.Data.Null.dll" | ||
51 | |||
52 | [UserAccountService] | ||
53 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||
54 | |||
55 | ;; These are for creating new accounts | ||
56 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | ||
57 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
58 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
59 | InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" | ||
60 | |||
61 | [GridUserService] | ||
62 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:GridUserService" | ||
63 | |||
64 | [FriendsService] | ||
65 | LocalServiceModule = "OpenSim.Services.FriendsService.dll" | ||
66 | |||
67 | [Friends] | ||
68 | Connector = "OpenSim.Services.FriendsService.dll" | ||
69 | |||
70 | [LoginService] | ||
71 | LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService" | ||
72 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||
73 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | ||
74 | InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" | ||
75 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
76 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
77 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | ||
78 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | ||
79 | |||
80 | WelcomeMessage = "Welcome, Avatar!" | ||
81 | |||
82 | |||
83 | ;; This should always be the very last thing on this file | ||
84 | [Includes] | ||
85 | Include-Common = "config-include/StandaloneCommon.ini" | ||
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 1679f93..f89c67a 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -1,19 +1,24 @@ | |||
1 | ; This is the main configuration file for standalone OpenSim instances | ||
2 | |||
1 | [DatabaseService] | 3 | [DatabaseService] |
2 | ; | 4 | ; |
3 | ;### Choose the DB | 5 | ; ### Choose the DB |
4 | ; | 6 | ; |
5 | ;--- For SQLite | 7 | |
6 | StorageProvider = "OpenSim.Data.SQLite.dll" | 8 | ; SQLite |
7 | ;--- For MySql | 9 | ; Uncomment this line if you want to use sqlite storage |
10 | Include-Storage = "config-include/storage/SQLiteStandalone.ini"; | ||
11 | |||
12 | ; For MySql. | ||
13 | ; Uncomment these lines if you want to use mysql storage | ||
14 | ; Change the connection string to your db details | ||
8 | ;StorageProvider = "OpenSim.Data.MySQL.dll" | 15 | ;StorageProvider = "OpenSim.Data.MySQL.dll" |
9 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" | 16 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" |
10 | 17 | ||
11 | [AssetService] | 18 | [AssetService] |
12 | |||
13 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 19 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
14 | AssetLoaderArgs = "assets/AssetSets.xml" | 20 | AssetLoaderArgs = "assets/AssetSets.xml" |
15 | 21 | ||
16 | |||
17 | [Modules] | 22 | [Modules] |
18 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 23 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |
19 | ;; Copy the config .example file into your own .ini file and change configs there | 24 | ;; Copy the config .example file into your own .ini file and change configs there |
@@ -35,11 +40,27 @@ | |||
35 | 40 | ||
36 | [GridService] | 41 | [GridService] |
37 | ;; For in-memory region storage (default) | 42 | ;; For in-memory region storage (default) |
38 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 43 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
39 | ;;--- For MySql region storage (alternative) | 44 | ;;--- For MySql region storage (alternative) |
40 | ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" | 45 | ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" |
41 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" | 46 | |
47 | ;; Next, we can specify properties of regions, including default and fallback regions | ||
48 | ;; The syntax is: Region_<RegioName> = "<flags>" | ||
49 | ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut | ||
50 | ;; For example: | ||
51 | Region_Welcome_Area = "DefaultRegion, FallbackRegion" | ||
42 | 52 | ||
43 | [LibraryModule] | 53 | [LibraryModule] |
44 | ; Set this if you want to change the name of the OpenSim Library | 54 | ; Set this if you want to change the name of the OpenSim Library |
45 | ;LibraryName = "My World's Library" \ No newline at end of file | 55 | ;LibraryName = "My World's Library" |
56 | |||
57 | [LoginService] | ||
58 | WelcomeMessage = "Welcome, Avatar!" | ||
59 | |||
60 | HomeURI = "http://127.0.0.1:9000" | ||
61 | GatekeeperURI = "http://127.0.0.1:9000" | ||
62 | InventoryServerURI = "http://127.0.0.1:9000" | ||
63 | AssetServerURI = "http://127.0.0.1:9000" | ||
64 | |||
65 | [GatekeeperService] | ||
66 | ExternalName = "http://127.0.0.1:9000" | ||
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 909286c..1d8e2ef 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -3,28 +3,29 @@ | |||
3 | ;; All optional settings are in StandaloneCommon.ini.example, | 3 | ;; All optional settings are in StandaloneCommon.ini.example, |
4 | ;; which you can copy and change. | 4 | ;; which you can copy and change. |
5 | ;; | 5 | ;; |
6 | |||
7 | [Includes] | ||
8 | Include-Common = "config-include/StandaloneCommon.ini" | ||
9 | |||
10 | [Startup] | ||
11 | hypergrid = true | ||
12 | 6 | ||
13 | [Modules] | 7 | [Modules] |
14 | AssetServices = "HGAssetBroker" | 8 | AssetServices = "HGAssetBroker" |
15 | InventoryServices = "HGInventoryBroker" | 9 | InventoryServices = "HGInventoryBroker" |
16 | NeighbourServices = "RemoteNeighbourServicesConnector" | 10 | NeighbourServices = "LocalNeighbourServicesConnector" |
17 | AuthorizationServices = "LocalAuthorizationServicesConnector" | 11 | AuthenticationServices = "LocalAuthenticationServicesConnector" |
18 | GridServices = "HGGridServicesConnector" | 12 | GridServices = "LocalGridServicesConnector" |
13 | PresenceServices = "LocalPresenceServicesConnector" | ||
14 | UserAccountServices = "LocalUserAccountServicesConnector" | ||
15 | SimulationServices = "RemoteSimulationConnectorModule" | ||
16 | AvatarServices = "LocalAvatarServicesConnector" | ||
17 | EntityTransferModule = "HGEntityTransferModule" | ||
18 | InventoryAccessModule = "HGInventoryAccessModule" | ||
19 | InventoryServiceInConnector = true | 19 | InventoryServiceInConnector = true |
20 | AssetServiceInConnector = true | 20 | AssetServiceInConnector = true |
21 | HGAuthServiceInConnector = true | ||
22 | HypergridServiceInConnector = true | 21 | HypergridServiceInConnector = true |
23 | NeighbourServiceInConnector = true | 22 | NeighbourServiceInConnector = true |
24 | LibraryModule = true | 23 | LibraryModule = true |
24 | LLLoginServiceInConnector = true | ||
25 | AuthenticationServiceInConnector = true | ||
26 | SimulationServiceInConnector = true | ||
25 | 27 | ||
26 | [AssetService] | 28 | [AssetService] |
27 | ; For the AssetServiceInConnector | ||
28 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | 29 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" |
29 | 30 | ||
30 | ; For HGAssetBroker | 31 | ; For HGAssetBroker |
@@ -32,23 +33,90 @@ | |||
32 | HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector" | 33 | HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector" |
33 | 34 | ||
34 | [InventoryService] | 35 | [InventoryService] |
35 | ; For the InventoryServiceInConnector | ||
36 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService" | 36 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService" |
37 | 37 | ||
38 | ; For HGInventoryBroker | 38 | ; For HGInventoryBroker |
39 | LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" | 39 | LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" |
40 | HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" | 40 | HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" |
41 | 41 | ||
42 | [AvatarService] | ||
43 | LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService" | ||
44 | ConnectionString = "URI=file:avatars.db,version=3" | ||
45 | |||
46 | [LibraryService] | ||
47 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" | ||
48 | LibraryName = "OpenSim Library" | ||
49 | DefaultLibrary = "./inventory/Libraries.xml" | ||
50 | |||
42 | [AuthorizationService] | 51 | [AuthorizationService] |
43 | LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService" | 52 | LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService" |
44 | 53 | ||
45 | [AuthenticationService] | 54 | [AuthenticationService] |
46 | ; For the HGAuthServiceInConnector | 55 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
47 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService" | 56 | ConnectionString = "URI=file:auth.db,version=3" |
48 | 57 | ||
49 | [GridService] | 58 | [GridService] |
50 | ; for the HGGridServicesConnector to instantiate | ||
51 | GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:LocalGridServicesConnector" | ||
52 | ; LocalGridServicesConnector needs this | 59 | ; LocalGridServicesConnector needs this |
53 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 60 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
54 | Realm = "regions" | 61 | Realm = "regions" |
62 | StorageProvider = "OpenSim.Data.Null.dll" | ||
63 | |||
64 | AllowHypergridMapSearch = true | ||
65 | |||
66 | [PresenceService] | ||
67 | LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
68 | StorageProvider = "OpenSim.Data.Null.dll" | ||
69 | |||
70 | [UserAccountService] | ||
71 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||
72 | ConnectionString = "URI=file:userprofiles.db,version=3" | ||
73 | ;; These are for creating new accounts by the service | ||
74 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | ||
75 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
76 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
77 | InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" | ||
78 | |||
79 | [FriendsService] | ||
80 | LocalServiceModule = "OpenSim.Services.FriendsService.dll" | ||
81 | ConnectionString = "URI=file:friends.db,version=3" | ||
82 | |||
83 | [Friends] | ||
84 | Connector = "OpenSim.Services.FriendsService.dll" | ||
85 | |||
86 | [LoginService] | ||
87 | LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService" | ||
88 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||
89 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | ||
90 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | ||
91 | InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" | ||
92 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
93 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
94 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | ||
95 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | ||
96 | |||
97 | [GatekeeperService] | ||
98 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" | ||
99 | ;; for the service | ||
100 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||
101 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | ||
102 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
103 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
104 | AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector" | ||
105 | SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" | ||
106 | |||
107 | [UserAgentService] | ||
108 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" | ||
109 | ;; for the service | ||
110 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
111 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
112 | |||
113 | ;; The interface that local users get when they are in other grids | ||
114 | ;; This greatly restricts the inventory operations while in other grids | ||
115 | [HGInventoryService] | ||
116 | ; For the InventoryServiceInConnector | ||
117 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService" | ||
118 | |||
119 | |||
120 | ;; This should always be the very last thing on this file | ||
121 | [Includes] | ||
122 | Include-Common = "config-include/StandaloneCommon.ini" | ||
diff --git a/bin/config-include/storage/SQLiteStandalone.ini b/bin/config-include/storage/SQLiteStandalone.ini new file mode 100644 index 0000000..1ce0357 --- /dev/null +++ b/bin/config-include/storage/SQLiteStandalone.ini | |||
@@ -0,0 +1,16 @@ | |||
1 | ; These are the initialization settings for running OpenSim Standalone with an SQLite database | ||
2 | |||
3 | [DatabaseService] | ||
4 | StorageProvider = "OpenSim.Data.SQLite.dll" | ||
5 | |||
6 | [AvatarService] | ||
7 | ConnectionString = "URI=file:avatars.db,version=3" | ||
8 | |||
9 | [AuthenticationService] | ||
10 | ConnectionString = "URI=file:auth.db,version=3" | ||
11 | |||
12 | [UserAccountService] | ||
13 | ConnectionString = "URI=file:userprofiles.db,version=3" | ||
14 | |||
15 | [FriendsService] | ||
16 | ConnectionString = "URI=file:friends.db,version=3" | ||