aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini
diff options
context:
space:
mode:
authormingchen2007-08-15 19:08:27 +0000
committermingchen2007-08-15 19:08:27 +0000
commitae20503dae765b850d6acf6e30220b9688f30cac (patch)
treee1bb93fc5cc6b85ca7756687a9033c5cb8a7f862 /bin/OpenSim.ini
parentMore work on inventory, can now create other inventory types, like Clothes an... (diff)
downloadopensim-SC_OLD-ae20503dae765b850d6acf6e30220b9688f30cac.zip
opensim-SC_OLD-ae20503dae765b850d6acf6e30220b9688f30cac.tar.gz
opensim-SC_OLD-ae20503dae765b850d6acf6e30220b9688f30cac.tar.bz2
opensim-SC_OLD-ae20503dae765b850d6acf6e30220b9688f30cac.tar.xz
*Added the ability to run commands after all regions have started up
*By default, it is set to startup_commands.txt. Simply add a list of commands separated by a new line to be run or change the file by changing the path of a startup commands file in OpenSim.ini
Diffstat (limited to 'bin/OpenSim.ini')
-rw-r--r--bin/OpenSim.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini
index c2cbdec..4e9b79a 100644
--- a/bin/OpenSim.ini
+++ b/bin/OpenSim.ini
@@ -2,5 +2,6 @@
2gridmode = false 2gridmode = false
3physics = basicphysics 3physics = basicphysics
4storage_plugin = "OpenSim.DataStore.NullStorage.dll" 4storage_plugin = "OpenSim.DataStore.NullStorage.dll"
5startup_console_commands_file = "startup_commands.txt"
5standalone_authenticate = false 6standalone_authenticate = false
6standalone_welcome = "Welcome to OpenSim" \ No newline at end of file 7standalone_welcome = "Welcome to OpenSim" \ No newline at end of file