diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 13 |
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. |
4 | save_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) | ||
8 | crash_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 |