aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-11 19:17:53 +0000
committerJustin Clarke Casey2008-12-11 19:17:53 +0000
commit02906d30ec9f586b65023d7a7b3397e14411f797 (patch)
tree05ece9317622b18990c69feecc70c7a186831f67 /bin
parent* Pop in a missing using statement without which UserProfileCacheServiceTests... (diff)
downloadopensim-SC_OLD-02906d30ec9f586b65023d7a7b3397e14411f797.zip
opensim-SC_OLD-02906d30ec9f586b65023d7a7b3397e14411f797.tar.gz
opensim-SC_OLD-02906d30ec9f586b65023d7a7b3397e14411f797.tar.bz2
opensim-SC_OLD-02906d30ec9f586b65023d7a7b3397e14411f797.tar.xz
* minor: reindent bits of OpenSim.ini.example
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example13
1 files changed, 6 insertions, 7 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0f9ff8e..0d615fc 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1,12 +1,11 @@
1[Startup] 1[Startup]
2; Set this to true if you want to log crashes to disk 2 ; Set this to true if you want to log crashes to disk
3; this can be useful when submitting bug reports. 3 ; this can be useful when submitting bug reports.
4save_crashes = false 4 save_crashes = false
5
6; Directory to save crashes to if above is enabled
7; (eg default is /opensimdir/crashes/*.txt or C:\opensim\crashes\*.txt)
8crash_dir = "crashes"
9 5
6 ; Directory to save crashes to if above is enabled
7 ; (eg default is /opensimdir/crashes/*.txt or C:\opensim\crashes\*.txt)
8 crash_dir = "crashes"
10 9
11 ; Set this to true if you are connecting your OpenSimulator regions to a grid 10 ; Set this to true if you are connecting your OpenSimulator regions to a grid
12 ; Set this to false if you are running OpenSimulator in standalone mode 11 ; Set this to false if you are running OpenSimulator in standalone mode