diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index eeb8f04..b3c7199 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1,4 +1,13 @@ | |||
1 | [Startup] | 1 | [Startup] |
2 | ; Set this to true if you want to log crashes to disk | ||
3 | ; this can be useful when submitting bug reports. | ||
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 | |||
10 | |||
2 | ; Set this to true if you are connecting your OpenSimulator regions to a grid | 11 | ; Set this to true if you are connecting your OpenSimulator regions to a grid |
3 | ; Set this to false if you are running OpenSimulator in standalone mode | 12 | ; Set this to false if you are running OpenSimulator in standalone mode |
4 | gridmode = false | 13 | gridmode = false |