aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
authorDiva Canto2009-09-26 10:08:59 -0700
committerDiva Canto2009-09-26 10:08:59 -0700
commitae222140ca6984750f53716088b6df165d8a35e5 (patch)
tree6941c40f1680ae9b7d0fc7fba90588b9e33e86ea /bin/config-include/StandaloneCommon.ini.example
parentFixed MapBlocks bug, wrong order of arguments. First version that seems compl... (diff)
downloadopensim-SC_OLD-ae222140ca6984750f53716088b6df165d8a35e5.zip
opensim-SC_OLD-ae222140ca6984750f53716088b6df165d8a35e5.tar.gz
opensim-SC_OLD-ae222140ca6984750f53716088b6df165d8a35e5.tar.bz2
opensim-SC_OLD-ae222140ca6984750f53716088b6df165d8a35e5.tar.xz
Finished spec-ing the .inis for the new grid service modules.
Diffstat (limited to '')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example7
1 files changed, 7 insertions, 0 deletions
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 @@
32[FreeswitchService] 32[FreeswitchService]
33 ;; Configuration for the freeswitch service goes here 33 ;; Configuration for the freeswitch service goes here
34 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" 34 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
35
36[GridService]
37 ;; For in-memory region storage (default)
38 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
39 ;;--- For MySql region storage (alternative)
40 ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData"
41 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;"