aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example44
1 files changed, 44 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 05bc433..9c15284 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -2,6 +2,50 @@
2; by changing the same setting in OpenSim.ini (once OpenSim.ini.example has been copied to OpenSim.ini). 2; by changing the same setting in OpenSim.ini (once OpenSim.ini.example has been copied to OpenSim.ini).
3 3
4 4
5;; This is the main configuration file for OpenSimulator.
6;; If it's named OpenSim.ini then it will be loaded by OpenSimulator.
7;; If it's named OpenSim.ini.example then you will need to copy it to
8;; OpenSim.ini first (if that file does not already exist)
9;;
10;; If you are copying, then once you have copied OpenSim.ini.example to
11;; OpenSim.ini you will need to pick an architecture in the [Architecture]
12;; section at the end of this file.
13;;
14;; The settings in this file are in the form "<key> = <value>". For example,
15;; save_crashes = false in the [Startup] section below.
16;;
17;; All settings are initially commented out and the default value used, as
18;; found in OpenSimDefaults.ini. To change a setting, first uncomment it by
19;; deleting the initial semicolon (;) and then change the value. This will
20;; override the value in OpenSimDefaults.ini
21;;
22;; If you want to find out what configuration OpenSimulator has finished with
23;; once all the configuration files are loaded then type "config show" on the
24;; region console command line.
25;;
26;;
27;; NOTES FOR DEVELOPERS REGARDING THE FORMAT OF THIS FILE
28;;
29;; All leading white space is ignored, but preserved.
30;;
31;; Double semicolons denote a text comment
32;;
33;; ;# denotes a configuration directive description
34;; formatted as:
35;; {option} {depends on} {question to ask} {choices} default value
36;; Any text comments following the declaration, up to the next blank line.
37;; will be copied to the generated file (NOTE: generation is not yet
38;; implemented)
39;;
40;; A * in the choices list will allow an empty entry.
41;; An empty question will set the default if the dependencies are
42;; satisfied.
43;;
44;; ; denotes a commented out option.
45;; Any options added to OpenSim.ini.example should be initially commented
46;; out.
47
48
5[Includes] 49[Includes]
6 ; Define your server specific constants in this file. 50 ; Define your server specific constants in this file.
7 Include-Common = ../../config/config.ini 51 Include-Common = ../../config/config.ini