aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridHypergrid.ini
diff options
context:
space:
mode:
authorDiva Canto2011-05-27 07:00:36 -0700
committerDiva Canto2011-05-27 07:00:36 -0700
commit36f9d55c363f0b6877a4eeb4a9d37ba989257393 (patch)
tree8f568aa15b165db067d443e7d8790ece81ac11e4 /bin/config-include/GridHypergrid.ini
parentAdded missing config vars to StandaloneCommon.ini.example and fixed the ones ... (diff)
downloadopensim-SC_OLD-36f9d55c363f0b6877a4eeb4a9d37ba989257393.zip
opensim-SC_OLD-36f9d55c363f0b6877a4eeb4a9d37ba989257393.tar.gz
opensim-SC_OLD-36f9d55c363f0b6877a4eeb4a9d37ba989257393.tar.bz2
opensim-SC_OLD-36f9d55c363f0b6877a4eeb4a9d37ba989257393.tar.xz
Added a BasicProfilemodule so that the profile-based actions (like give inventory, etc) work. This is just a mock profile, the same for all users, and with no DB backend behind it -- meaning that nothing will be saved. For serious profiles, use 3rd party implementations.
Diffstat (limited to 'bin/config-include/GridHypergrid.ini')
-rw-r--r--bin/config-include/GridHypergrid.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini
index d2cf898..72b7412 100644
--- a/bin/config-include/GridHypergrid.ini
+++ b/bin/config-include/GridHypergrid.ini
@@ -31,6 +31,8 @@
31 SimulationServiceInConnector = true 31 SimulationServiceInConnector = true
32 LibraryModule = true 32 LibraryModule = true
33 33
34[Profiles]
35 Module = "BasicProfileModule"
34 36
35[SimulationDataStore] 37[SimulationDataStore]
36 LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" 38 LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService"