diff options
author | Adam Frisby | 2009-08-21 11:15:48 +1000 |
---|---|---|
committer | Adam Frisby | 2009-08-21 11:15:48 +1000 |
commit | 1740fd60b366ae797989e13796cdb413b1efd00f (patch) | |
tree | 1b3c41212514f605ab2e15b307f91089f610de08 /OpenSim/Framework/MessageServerConfig.cs | |
parent | * Fleshes more of NPCModule out. (diff) | |
parent | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-1740fd60b366ae797989e13796cdb413b1efd00f.zip opensim-SC_OLD-1740fd60b366ae797989e13796cdb413b1efd00f.tar.gz opensim-SC_OLD-1740fd60b366ae797989e13796cdb413b1efd00f.tar.bz2 opensim-SC_OLD-1740fd60b366ae797989e13796cdb413b1efd00f.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Framework/MessageServerConfig.cs')
-rw-r--r-- | OpenSim/Framework/MessageServerConfig.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/MessageServerConfig.cs b/OpenSim/Framework/MessageServerConfig.cs index 61e5ea7..884c0ea 100644 --- a/OpenSim/Framework/MessageServerConfig.cs +++ b/OpenSim/Framework/MessageServerConfig.cs | |||
@@ -91,10 +91,10 @@ namespace OpenSim.Framework | |||
91 | m_configMember.addConfigurationOption("published_ip", ConfigurationOption.ConfigurationTypes.TYPE_STRING, | 91 | m_configMember.addConfigurationOption("published_ip", ConfigurationOption.ConfigurationTypes.TYPE_STRING, |
92 | "My Published IP Address", "127.0.0.1", false); | 92 | "My Published IP Address", "127.0.0.1", false); |
93 | m_configMember.addConfigurationOption("console_user", ConfigurationOption.ConfigurationTypes.TYPE_STRING, | 93 | m_configMember.addConfigurationOption("console_user", ConfigurationOption.ConfigurationTypes.TYPE_STRING, |
94 | "Remote console access user name [Default: disabled]", "0", false); | 94 | "Remote console access user name [Default: disabled]", "", false); |
95 | 95 | ||
96 | m_configMember.addConfigurationOption("console_pass", ConfigurationOption.ConfigurationTypes.TYPE_STRING, | 96 | m_configMember.addConfigurationOption("console_pass", ConfigurationOption.ConfigurationTypes.TYPE_STRING, |
97 | "Remote console access password [Default: disabled]", "0", false); | 97 | "Remote console access password [Default: disabled]", "", false); |
98 | 98 | ||
99 | } | 99 | } |
100 | 100 | ||