Added commands to change config file from console:

CONFIG SET section key value value value
CONFIG GET section key
CONFIG SAVE (it saves, but does it save correctly?:)

ScriptEngine will react correctly to any config change made while it is running.
This commit is contained in:
Tedd Hansen
2008-02-02 07:35:51 +00:00
parent b1a6f4821b
commit 2db5de3e72
8 changed files with 83 additions and 12 deletions

View File

@@ -310,7 +310,7 @@ namespace OpenSim.Framework
NetworkServersInfo.DefaultHttpListenerPort.ToString(), false);
configMember.addConfigurationOption("allow_alternate_ports", ConfigurationOption.ConfigurationTypes.TYPE_BOOLEAN,
"Allow sim to find alternate UDP ports when ports are in use?",
"false", false);
"false", true);
configMember.addConfigurationOption("external_host_name",
ConfigurationOption.ConfigurationTypes.TYPE_STRING_NOT_EMPTY,
"External Host Name", "127.0.0.1", false);