diff options
author | UbitUmarov | 2015-12-11 19:50:22 +0000 |
---|---|---|
committer | UbitUmarov | 2015-12-11 19:50:22 +0000 |
commit | 5c39d9790e6e7520cb27001a2921637c675287a8 (patch) | |
tree | 15c273110e6ccb59716a4de899d050369f997693 /OpenSim/Region/OptionalModules | |
parent | change vivox url from https:// to http:// missed several (diff) | |
download | opensim-SC-5c39d9790e6e7520cb27001a2921637c675287a8.zip opensim-SC-5c39d9790e6e7520cb27001a2921637c675287a8.tar.gz opensim-SC-5c39d9790e6e7520cb27001a2921637c675287a8.tar.bz2 opensim-SC-5c39d9790e6e7520cb27001a2921637c675287a8.tar.xz |
change vivox url from https:// to http:// still another
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs index 16a3780..5ea4a31 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs | |||
@@ -197,7 +197,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice | |||
197 | break; | 197 | break; |
198 | } | 198 | } |
199 | 199 | ||
200 | m_vivoxVoiceAccountApi = String.Format("https://{0}/api2", m_vivoxServer); | 200 | m_vivoxVoiceAccountApi = String.Format("http://{0}/api2", m_vivoxServer); |
201 | 201 | ||
202 | // Admin interface required values | 202 | // Admin interface required values |
203 | if (String.IsNullOrEmpty(m_vivoxServer) || | 203 | if (String.IsNullOrEmpty(m_vivoxServer) || |