diff options
author | Melanie | 2009-08-04 04:47:47 +0100 |
---|---|---|
committer | Melanie | 2009-08-04 04:47:47 +0100 |
commit | 616a09f3594258cf55b3c8f2ca3dcbf7fcda1a04 (patch) | |
tree | 172d0d5a3cf58ad74fa61c2217f3b0d2f0fcf738 | |
parent | Configuration examples for the freeswitch module (diff) | |
download | opensim-SC_OLD-616a09f3594258cf55b3c8f2ca3dcbf7fcda1a04.zip opensim-SC_OLD-616a09f3594258cf55b3c8f2ca3dcbf7fcda1a04.tar.gz opensim-SC_OLD-616a09f3594258cf55b3c8f2ca3dcbf7fcda1a04.tar.bz2 opensim-SC_OLD-616a09f3594258cf55b3c8f2ca3dcbf7fcda1a04.tar.xz |
Update config examples
-rw-r--r-- | bin/OpenSim.Server.ini.example | 2 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index ae98358..9b5b169 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example | |||
@@ -38,4 +38,4 @@ ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=gr | |||
38 | 38 | ||
39 | ; * This is the configuration for the freeswitch server in grid mode | 39 | ; * This is the configuration for the freeswitch server in grid mode |
40 | [FreeswitchService] | 40 | [FreeswitchService] |
41 | 41 | LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" | |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 7ee81c0..bac7983 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -31,3 +31,4 @@ | |||
31 | 31 | ||
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" | ||