diff options
author | Diva Canto | 2011-05-27 07:00:36 -0700 |
---|---|---|
committer | Diva Canto | 2011-05-27 07:00:36 -0700 |
commit | 36f9d55c363f0b6877a4eeb4a9d37ba989257393 (patch) | |
tree | 8f568aa15b165db067d443e7d8790ece81ac11e4 /bin/config-include/StandaloneHypergrid.ini | |
parent | Added missing config vars to StandaloneCommon.ini.example and fixed the ones ... (diff) | |
download | opensim-SC-36f9d55c363f0b6877a4eeb4a9d37ba989257393.zip opensim-SC-36f9d55c363f0b6877a4eeb4a9d37ba989257393.tar.gz opensim-SC-36f9d55c363f0b6877a4eeb4a9d37ba989257393.tar.bz2 opensim-SC-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.ini | 3 |
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 | ||