aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneHypergrid.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/StandaloneHypergrid.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/StandaloneHypergrid.ini')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index cd2d7a7..7d1ff60 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -32,6 +32,9 @@
32 AuthenticationServiceInConnector = true 32 AuthenticationServiceInConnector = true
33 SimulationServiceInConnector = true 33 SimulationServiceInConnector = true
34 34
35[Profiles]
36 Module = "BasicProfileModule"
37
35[Messaging] 38[Messaging]
36 MessageTransferModule = HGMessageTransferModule 39 MessageTransferModule = HGMessageTransferModule
37 40