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/Standalone.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/Standalone.ini')
-rw-r--r-- | bin/config-include/Standalone.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index 6355d09..cfcf5ed 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -22,6 +22,9 @@ | |||
22 | LLLoginServiceInConnector = true | 22 | LLLoginServiceInConnector = true |
23 | GridInfoServiceInConnector = true | 23 | GridInfoServiceInConnector = true |
24 | 24 | ||
25 | [Profiles] | ||
26 | Module = "BasicProfileModule" | ||
27 | |||
25 | [SimulationDataStore] | 28 | [SimulationDataStore] |
26 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" | 29 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" |
27 | 30 | ||