From c71894975812f26e722f4bb15b837a4efca3af8d Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 18 Sep 2009 19:24:49 +0100
Subject: Remove old OpenSim.Example.xml file that doesn't keep up with
OpenSim.ini.example This to try and make things a tiny bit simpler Please
just put it back if this causes issues, at which point we can comment it to
say what it's for
---
bin/OpenSim.Example.xml | 48 ------------------------------------------------
1 file changed, 48 deletions(-)
delete mode 100644 bin/OpenSim.Example.xml
(limited to 'bin')
diff --git a/bin/OpenSim.Example.xml b/bin/OpenSim.Example.xml
deleted file mode 100644
index 12133e6..0000000
--- a/bin/OpenSim.Example.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
--
cgit v1.1
From 70358ddb8d4940f301e00262e820bc793cb31a47 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 18 Sep 2009 19:40:53 +0100
Subject: remove old OpenSim.Services.ini.example (replaced by
OpenSim.Server.ini.example)
---
bin/OpenSim.Services.ini.example | 19 -------------------
1 file changed, 19 deletions(-)
delete mode 100644 bin/OpenSim.Services.ini.example
(limited to 'bin')
diff --git a/bin/OpenSim.Services.ini.example b/bin/OpenSim.Services.ini.example
deleted file mode 100644
index b2e0f96..0000000
--- a/bin/OpenSim.Services.ini.example
+++ /dev/null
@@ -1,19 +0,0 @@
-[Startup]
-; These are also available as command line options
-
-; console = "local" ; Use "basic" to use this on a pipe
-; inifile = "OpenSim.Servers.AssetServer.ini"
-; logfile = "AssetServer.log" ; Also read from application config file
-
-; Connectors, comma separated
-ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector"
-
-[Network]
-port = 8003
-
-[AssetService]
-LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
-StorageProvider = "OpenSim.Data.MySQL.dll"
-ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;"
-DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
-AssetLoaderArgs = "assets/AssetSets.xml"
--
cgit v1.1
From 97c18caa766e2dd72b152b78827ef554f2054f8c Mon Sep 17 00:00:00 2001
From: Melanie
Date: Tue, 22 Sep 2009 17:04:34 +0100
Subject: Thank you, Intari, for a patch that implements the missing pieces of
Http-in and makes the host name for URL generation configurable. Applied with
changes: llGetSimulatorHostname was not changed, because the change breaks
existing behavior and carries a data exposure risk. That value needs to be
configurable, the proposed fixed change is not acceptable.
---
bin/OpenSim.ini.example | 4 ++++
1 file changed, 4 insertions(+)
(limited to 'bin')
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index d38c511..e34378c 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -305,6 +305,10 @@
http_listener_sslport = 9001 ; Use this port for SSL connections
http_listener_ssl_cert = "" ; Currently unused, but will be used for OSHttpServer
+ ; Hostname to use in llRequestURL/llRequestSecureURL
+ ; if not defined - default machine name is being used
+ ; (on Windows this mean NETBIOS name - useably only inside local network)
+ ; ExternalHostNameForLSL=127.0.0.1
; Uncomment below to enable llRemoteData/remote channels
; remoteDataPort = 20800
--
cgit v1.1
From 160277db6999f82e641287115bcaa46f829e8625 Mon Sep 17 00:00:00 2001
From: Melanie
Date: Wed, 23 Sep 2009 15:24:27 +0100
Subject: Removing the overlooked .exe.config files for the deleted servers
---
bin/OpenSim.Grid.AssetServer.exe.config | 35 -----------------------------
bin/OpenSim.Grid.InventoryServer.exe.config | 35 -----------------------------
2 files changed, 70 deletions(-)
delete mode 100644 bin/OpenSim.Grid.AssetServer.exe.config
delete mode 100644 bin/OpenSim.Grid.InventoryServer.exe.config
(limited to 'bin')
diff --git a/bin/OpenSim.Grid.AssetServer.exe.config b/bin/OpenSim.Grid.AssetServer.exe.config
deleted file mode 100644
index 58404fd..0000000
--- a/bin/OpenSim.Grid.AssetServer.exe.config
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/bin/OpenSim.Grid.InventoryServer.exe.config b/bin/OpenSim.Grid.InventoryServer.exe.config
deleted file mode 100644
index b1315c1..0000000
--- a/bin/OpenSim.Grid.InventoryServer.exe.config
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
--
cgit v1.1
From 35deff7ec4df6156abccdbeed83b14a6083e28f9 Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Wed, 23 Sep 2009 09:27:01 -0700
Subject: Modules active. Tested HGGridConnector in standalone only for now.
Modules commands work.
---
bin/config-include/Standalone.ini | 5 +++++
bin/config-include/StandaloneHypergrid.ini | 7 ++++++-
2 files changed, 11 insertions(+), 1 deletion(-)
(limited to 'bin')
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini
index 24020b6..69c60ee 100644
--- a/bin/config-include/Standalone.ini
+++ b/bin/config-include/Standalone.ini
@@ -12,6 +12,7 @@
InventoryServices = "LocalInventoryServicesConnector"
NeighbourServices = "LocalNeighbourServicesConnector"
AuthorizationServices = "LocalAuthorizationServicesConnector"
+ GridServices = "LocalGridServicesConnector"
[AssetService]
LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
@@ -21,3 +22,7 @@
[AuthorizationService]
LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService"
+
+[GridService]
+ LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
+
\ No newline at end of file
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index aa122be..24b0f26 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -12,9 +12,11 @@
InventoryServices = "HGInventoryBroker"
NeighbourServices = "LocalNeighbourServicesConnector"
AuthorizationServices = "LocalAuthorizationServicesConnector"
+ GridServices = "HGGridServicesConnector"
InventoryServiceInConnector = true
AssetServiceInConnector = true
HGAuthServiceInConnector = true
+ HypergridServiceInConnector = true
[AssetService]
; For the AssetServiceInConnector
@@ -39,4 +41,7 @@
; For the HGAuthServiceInConnector
LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService"
-
\ No newline at end of file
+[GridService]
+ LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
+ GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:LocalGridServiceConnector"
+ StorageProvider = "OpenSim.Data.Null.dll"
\ No newline at end of file
--
cgit v1.1
From 67276589c883fe1a74d8d52057db1431d637dade Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Wed, 23 Sep 2009 17:20:07 -0700
Subject: Changed IGridService to use the new GridRegion data structure instead
of old SimpleRegionInfo. Added grid configs to standalones.
---
bin/config-include/Standalone.ini | 1 +
bin/config-include/StandaloneHypergrid.ini | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
(limited to 'bin')
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini
index 69c60ee..5a5cbff 100644
--- a/bin/config-include/Standalone.ini
+++ b/bin/config-include/Standalone.ini
@@ -25,4 +25,5 @@
[GridService]
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
+ StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
\ No newline at end of file
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 24b0f26..b14517d 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -43,5 +43,5 @@
[GridService]
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
- GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:LocalGridServiceConnector"
- StorageProvider = "OpenSim.Data.Null.dll"
\ No newline at end of file
+ GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:LocalGridServicesConnector"
+ StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
\ No newline at end of file
--
cgit v1.1
From 6a5d7650d02979c74abcbbb3595729a4a6b55411 Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Thu, 24 Sep 2009 18:23:55 -0700
Subject: All tests pass for MySQL/MySQLRegionData. Added
OpenSim.GridServer.ini.example that I have been using for testing the ROBUST
grid service with the GridClient.
---
bin/OpenSim.GridServer.ini.example | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
create mode 100644 bin/OpenSim.GridServer.ini.example
(limited to 'bin')
diff --git a/bin/OpenSim.GridServer.ini.example b/bin/OpenSim.GridServer.ini.example
new file mode 100644
index 0000000..695bf9e
--- /dev/null
+++ b/bin/OpenSim.GridServer.ini.example
@@ -0,0 +1,35 @@
+; * The startup section lists all the connectors to start up in this server
+; * instance. This may be only one, or it may be the entire server suite.
+; * Multiple connectors should be seaprated by commas.
+; *
+; * These are the IN connectors the server uses, the in connectors
+; * read this config file and load the needed OUT and database connectors
+; *
+; *
+[Startup]
+ ServiceConnectors = "OpenSim.Server.Handlers.dll:GridServiceConnector"
+
+; * This is common for all services, it's the network setup for the entire
+; * server instance
+; *
+[Network]
+ port = 8002
+
+; * The following are for the remote console
+; * They have no effect for the local or basic console types
+; * Leave commented to diable logins to the console
+;ConsoleUser = Test
+;ConsolePass = secret
+
+; * As an example, the below configuration precisely mimicks the legacy
+; * asset server. It is read by the asset IN connector (defined above)
+; * and it then loads the OUT connector (a local database module). That,
+; * in turn, reads the asset loader and database connection information
+; *
+[GridService]
+ LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
+ StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
+ ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
+ ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
+ Realm = "regions"
+
--
cgit v1.1
From be7afa0b1f2b4947f62d5a541663d665c78482d3 Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Fri, 25 Sep 2009 08:44:26 -0700
Subject: Changed a [Groups] config as per mcortez' request.
---
bin/OpenSim.ini.example | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'bin')
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index e34378c..7a65efe 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1311,7 +1311,7 @@
;NoticesEnabled = true
; This makes the Groups modules very chatty on the console.
- ;DebugEnabled = true
+ DebugEnabled = false
; Specify which messaging module to use for groups messaging and if it's enabled
;MessagingModule = GroupsMessagingModule
--
cgit v1.1
From 632bb7126277b6e8b524b76fb181a079b51adcf4 Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Sat, 26 Sep 2009 08:49:48 -0700
Subject: Fixed MapBlocks bug, wrong order of arguments. First version that
seems completely functional. Also fixed the notification of the message
server in standalone -- that server doesn't usually exist.
---
bin/OpenSim.ini.example | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'bin')
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 7a65efe..8055ba4 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -326,7 +326,7 @@
; The MessagingServer is a companion of the UserServer. It uses
; user_send_key and user_recv_key, too
- messaging_server_url = "http://127.0.0.1:8006"
+ ;messaging_server_url = "http://127.0.0.1:8006"
; What is reported as the "X-Secondlife-Shard"
; Defaults to the user server url if not set
--
cgit v1.1
From ae222140ca6984750f53716088b6df165d8a35e5 Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Sat, 26 Sep 2009 10:08:59 -0700
Subject: Finished spec-ing the .inis for the new grid service modules.
---
bin/config-include/Grid.ini | 7 +++++++
bin/config-include/GridCommon.ini.example | 5 +++++
bin/config-include/GridHypergrid.ini | 11 ++++++++++-
bin/config-include/Standalone.ini | 3 +--
bin/config-include/StandaloneCommon.ini.example | 7 +++++++
bin/config-include/StandaloneHypergrid.ini | 6 ++++--
6 files changed, 34 insertions(+), 5 deletions(-)
(limited to 'bin')
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini
index 10f7dbd..261c1b8 100644
--- a/bin/config-include/Grid.ini
+++ b/bin/config-include/Grid.ini
@@ -12,5 +12,12 @@
InventoryServices = "RemoteInventoryServicesConnector"
AuthorizationServices = "RemoteAuthorizationServicesConnector"
NeighbourServices = "RemoteNeighbourServicesConnector"
+ GridServices = "RemoteGridServicesConnector"
NeighbourServiceInConnector = true
LandServiceInConnector = true
+
+[GridService]
+ LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
+ ; for the LocalGridServicesConnector which is used by the Remote one
+ StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
+
\ No newline at end of file
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 3a8ec35..2724c42 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -15,6 +15,11 @@
;
InventoryServerURI = "http://myinventoryserver.com:8004"
+[GridService]
+ ;
+ ; change this to your grid-wide inventory server
+ ;
+ GridServerURI = "http://mygridserver.com:8002"
[Modules]
;; 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 8b65ab8..1bfcf89 100644
--- a/bin/config-include/GridHypergrid.ini
+++ b/bin/config-include/GridHypergrid.ini
@@ -11,9 +11,10 @@
AssetServices = "HGAssetBroker"
InventoryServices = "HGInventoryBroker"
NeighbourServices = "RemoteNeighbourServicesConnector"
+ GridServices = "HGGridServicesConnector"
NeighbourServiceInConnector = true
LandServiceInConnector = true
-
+ HypergridServiceInConnector = true
[AssetService]
LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
@@ -22,3 +23,11 @@
[InventoryService]
LocalGridInventoryService = "OpenSim.Region.CoreModules.dll:RemoteInventoryServicesConnector"
HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector"
+
+[GridService]
+ ; for the HGGridServicesConnector to instantiate
+ GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:RemoteGridServicesConnector"
+ ; RemoteGridServicesConnector instantiates a LocalGridServicesConnector,
+ ; which in turn uses this
+ LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
+ StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini
index 5a5cbff..a6c089c 100644
--- a/bin/config-include/Standalone.ini
+++ b/bin/config-include/Standalone.ini
@@ -25,5 +25,4 @@
[GridService]
LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
- StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
-
\ No newline at end of file
+ Realm = "regions"
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index bac7983..b0e2de3 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -32,3 +32,10 @@
[FreeswitchService]
;; Configuration for the freeswitch service goes here
LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
+
+[GridService]
+ ;; For in-memory region storage (default)
+ StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
+ ;;--- For MySql region storage (alternative)
+ ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
+ ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index b14517d..793f4d5 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -42,6 +42,8 @@
LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService"
[GridService]
- LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
+ ; for the HGGridServicesConnector to instantiate
GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:LocalGridServicesConnector"
- StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
\ No newline at end of file
+ ; LocalGridServicesConnector needs this
+ LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
+ Realm = "regions"
--
cgit v1.1
From 368ae02dc9f7786545342d7bffae5de28678e85f Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Sat, 26 Sep 2009 10:18:22 -0700
Subject: Corrected the port number to 8001 in the test client and grid ini.
---
bin/config-include/GridCommon.ini.example | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'bin')
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 2724c42..e9d3728 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -19,7 +19,7 @@
;
; change this to your grid-wide inventory server
;
- GridServerURI = "http://mygridserver.com:8002"
+ GridServerURI = "http://mygridserver.com:8001"
[Modules]
;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
--
cgit v1.1
From 8b2b8801e63fbcf5252e5ddbb40438e224025348 Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Sun, 27 Sep 2009 14:32:03 -0700
Subject: Fixed port in GridServer.ini. Added new configs for
StandaloneHypergrid.ini
---
bin/OpenSim.GridServer.ini.example | 2 +-
bin/config-include/StandaloneHypergrid.ini | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
(limited to 'bin')
diff --git a/bin/OpenSim.GridServer.ini.example b/bin/OpenSim.GridServer.ini.example
index 695bf9e..8bd126f 100644
--- a/bin/OpenSim.GridServer.ini.example
+++ b/bin/OpenSim.GridServer.ini.example
@@ -13,7 +13,7 @@
; * server instance
; *
[Network]
- port = 8002
+ port = 8001
; * The following are for the remote console
; * They have no effect for the local or basic console types
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 793f4d5..75cdad9 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -10,13 +10,15 @@
[Modules]
AssetServices = "HGAssetBroker"
InventoryServices = "HGInventoryBroker"
- NeighbourServices = "LocalNeighbourServicesConnector"
+ NeighbourServices = "RemoteNeighbourServicesConnector"
AuthorizationServices = "LocalAuthorizationServicesConnector"
GridServices = "HGGridServicesConnector"
InventoryServiceInConnector = true
AssetServiceInConnector = true
HGAuthServiceInConnector = true
HypergridServiceInConnector = true
+ NeighbourServiceInConnector = true
+
[AssetService]
; For the AssetServiceInConnector
--
cgit v1.1
From de481139626638a9c1becc63bf86d0ec12215163 Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Mon, 28 Sep 2009 06:08:35 -0700
Subject: Added GridService section to OpenSim.Server.ini.example
---
bin/OpenSim.Server.ini.example | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
(limited to 'bin')
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example
index 5696f07..635ba1e 100644
--- a/bin/OpenSim.Server.ini.example
+++ b/bin/OpenSim.Server.ini.example
@@ -9,7 +9,7 @@
; * enable the experimental authentication service
; *
[Startup]
-ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServerConnector"
+ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector,OpenSim.Server.Handlers.dll:FreeswitchServerConnector,OpenSim.Server.Handlers.dll:GridServiceConnector"
; * This is common for all services, it's the network setup for the entire
; * server instance
@@ -70,3 +70,12 @@ StorageProvider = "OpenSim.Data.MySQL.dll"
ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;"
; Realm = "users"
+; * This is the new style grid service.
+; * "Realm" is the table that is used for user lookup.
+; * It defaults to "regions", which uses the legacy tables
+; *
+[GridService]
+ LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
+ StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
+ ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=grid;"
+ Realm = "regions"
--
cgit v1.1
From b1d204802fa1c07e3b00d0b363346673b763d67b Mon Sep 17 00:00:00 2001
From: Diva Canto
Date: Tue, 29 Sep 2009 16:13:07 -0700
Subject: Minor bug fixes.
---
bin/config-include/GridHypergrid.ini | 3 +++
bin/config-include/StandaloneHypergrid.ini | 3 +++
2 files changed, 6 insertions(+)
(limited to 'bin')
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini
index 1bfcf89..f5aa603 100644
--- a/bin/config-include/GridHypergrid.ini
+++ b/bin/config-include/GridHypergrid.ini
@@ -7,6 +7,9 @@
[Includes]
Include-Common = "config-include/GridCommon.ini"
+[Startup]
+ hypergrid = true
+
[Modules]
AssetServices = "HGAssetBroker"
InventoryServices = "HGInventoryBroker"
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 75cdad9..baff811 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -7,6 +7,9 @@
[Includes]
Include-Common = "config-include/StandaloneCommon.ini"
+[Startup]
+ hypergrid = true
+
[Modules]
AssetServices = "HGAssetBroker"
InventoryServices = "HGInventoryBroker"
--
cgit v1.1