aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJeff Ames2007-12-07 02:14:17 +0000
committerJeff Ames2007-12-07 02:14:17 +0000
commit6abe37e71d46e15260f15a719b3d1228e99d3085 (patch)
tree9e6d29e028d885180470ef72c0755d7cefc4f8dc /bin/OpenSim.ini.example
parentadded one more command to the console help. (diff)
downloadopensim-SC_OLD-6abe37e71d46e15260f15a719b3d1228e99d3085.zip
opensim-SC_OLD-6abe37e71d46e15260f15a719b3d1228e99d3085.tar.gz
opensim-SC_OLD-6abe37e71d46e15260f15a719b3d1228e99d3085.tar.bz2
opensim-SC_OLD-6abe37e71d46e15260f15a719b3d1228e99d3085.tar.xz
added timer_Script to OpenSim.ini.example
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index ec69b3e..f57b70a 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -41,6 +41,9 @@ verbose = true
41; if you would like to allow prim to be physical and move by physics with the physical checkbox in the client set this to true. 41; if you would like to allow prim to be physical and move by physics with the physical checkbox in the client set this to true.
42physical_prim = true 42physical_prim = true
43 43
44; To run a script every few minutes, set the script filename here
45; timer_Script = "filename"
46
44[StandAlone] 47[StandAlone]
45accounts_authenticate = true 48accounts_authenticate = true
46welcome_message = "Welcome to OpenSim" 49welcome_message = "Welcome to OpenSim"