diff options
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 1471f89..542c5cd 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -164,20 +164,13 @@ namespace OpenSim | |||
164 | config.Set("physics", "basicphysics"); | 164 | config.Set("physics", "basicphysics"); |
165 | config.Set("verbose", true); | 165 | config.Set("verbose", true); |
166 | config.Set("physical_prim", true); | 166 | config.Set("physical_prim", true); |
167 | |||
168 | config.Set("child_get_tasks", false); | 167 | config.Set("child_get_tasks", false); |
169 | |||
170 | config.Set("serverside_object_permissions", false); | 168 | config.Set("serverside_object_permissions", false); |
171 | |||
172 | config.Set("storage_plugin", "OpenSim.DataStore.NullStorage.dll"); | 169 | config.Set("storage_plugin", "OpenSim.DataStore.NullStorage.dll"); |
173 | |||
174 | config.Set("startup_console_commands_file", ""); | 170 | config.Set("startup_console_commands_file", ""); |
175 | config.Set("shutdown_console_commands_file", ""); | 171 | config.Set("shutdown_console_commands_file", ""); |
176 | |||
177 | config.Set("script_engine", "DotNetEngine"); | 172 | config.Set("script_engine", "DotNetEngine"); |
178 | |||
179 | config.Set("asset_database", "sqlite"); | 173 | config.Set("asset_database", "sqlite"); |
180 | |||
181 | } | 174 | } |
182 | 175 | ||
183 | if (m_config.Configs["StandAlone"] == null) | 176 | if (m_config.Configs["StandAlone"] == null) |
@@ -201,7 +194,6 @@ namespace OpenSim | |||
201 | { | 194 | { |
202 | config.Set("default_location_x", 1000); | 195 | config.Set("default_location_x", 1000); |
203 | config.Set("default_location_y", 1000); | 196 | config.Set("default_location_y", 1000); |
204 | |||
205 | config.Set("http_listener_port", NetworkServersInfo.DefaultHttpListenerPort); | 197 | config.Set("http_listener_port", NetworkServersInfo.DefaultHttpListenerPort); |
206 | config.Set("remoting_listener_port", NetworkServersInfo.RemotingListenerPort); | 198 | config.Set("remoting_listener_port", NetworkServersInfo.RemotingListenerPort); |
207 | config.Set("grid_server_url", "http://127.0.0.1:" + GridConfig.DefaultHttpPort.ToString()); | 199 | config.Set("grid_server_url", "http://127.0.0.1:" + GridConfig.DefaultHttpPort.ToString()); |
@@ -214,7 +206,6 @@ namespace OpenSim | |||
214 | config.Set("inventory_server_url", "http://127.0.0.1:" + InventoryConfig.DefaultHttpPort.ToString()); | 206 | config.Set("inventory_server_url", "http://127.0.0.1:" + InventoryConfig.DefaultHttpPort.ToString()); |
215 | } | 207 | } |
216 | 208 | ||
217 | |||
218 | if (m_config.Configs["RemoteAdmin"] == null) | 209 | if (m_config.Configs["RemoteAdmin"] == null) |
219 | m_config.AddConfig("RemoteAdmin"); | 210 | m_config.AddConfig("RemoteAdmin"); |
220 | config = m_config.Configs["RemoteAdmin"]; | 211 | config = m_config.Configs["RemoteAdmin"]; |