diff options
author | onefang | 2021-07-06 13:58:35 +1000 |
---|---|---|
committer | onefang | 2021-07-06 13:58:35 +1000 |
commit | 6b8e31d0cc4538ea9e7c79299e3815f0c075407c (patch) | |
tree | 7ccfc44407fa0e99434f69cb0875d154442e930f /bin/OpenSim.ini.example | |
parent | White space fixes. (diff) | |
download | opensim-SC-6b8e31d0cc4538ea9e7c79299e3815f0c075407c.zip opensim-SC-6b8e31d0cc4538ea9e7c79299e3815f0c075407c.tar.gz opensim-SC-6b8e31d0cc4538ea9e7c79299e3815f0c075407c.tar.bz2 opensim-SC-6b8e31d0cc4538ea9e7c79299e3815f0c075407c.tar.xz |
Various config file merges and fix ups.
Plus some sorting.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 85 |
1 files changed, 9 insertions, 76 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 6129640..05bc433 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1,76 +1,11 @@ | |||
1 | ;; This is the main configuration file for OpenSimulator. | 1 | ; This file contains defaults for various settings in OpenSimulator. These can be overriden |
2 | ;; If it's named OpenSim.ini then it will be loaded by OpenSimulator. | 2 | ; by changing the same setting in OpenSim.ini (once OpenSim.ini.example has been copied to OpenSim.ini). |
3 | ;; If it's named OpenSim.ini.example then you will need to copy it to | ||
4 | ;; OpenSim.ini first (if that file does not already exist) | ||
5 | ;; | ||
6 | ;; Once you have copied OpenSim.ini.example to OpenSim.ini you will at least | ||
7 | ;; need to set the constants in the [Const] section and pick an architecture | ||
8 | ;; in the [Architecture] section at the end of this file. The architecture | ||
9 | ;; will require a suitable .ini file in the config-include directory, either | ||
10 | ;; StandaloneCommon.ini or GridCommon.ini which you can copy and modify from the | ||
11 | ;; available .example files. | ||
12 | ;; | ||
13 | ;; The settings in this file are in the form "<key> = <value>". For example, | ||
14 | ;; save_crashes = false in the [Startup] section below. | ||
15 | ;; | ||
16 | ;; All settings are initially commented out and the default value used, as | ||
17 | ;; found in OpenSimDefaults.ini. To change a setting, first uncomment it by | ||
18 | ;; deleting the initial semicolon (;) and then change the value. This will | ||
19 | ;; override the value in OpenSimDefaults.ini | ||
20 | ;; | ||
21 | ;; If you want to find out what configuration OpenSimulator has finished with | ||
22 | ;; once all the configuration files are loaded then type "config show" on the | ||
23 | ;; region console command line. | ||
24 | ;; | ||
25 | ;; | ||
26 | ;; NOTES FOR DEVELOPERS REGARDING THE FORMAT OF THIS FILE | ||
27 | ;; | ||
28 | ;; All leading white space is ignored, but preserved. | ||
29 | ;; | ||
30 | ;; Double semicolons denote a text comment | ||
31 | ;; | ||
32 | ;; ;# denotes a configuration directive description | ||
33 | ;; formatted as: | ||
34 | ;; {option} {depends on} {question to ask} {choices} default value | ||
35 | ;; Any text comments following the declaration, up to the next blank line. | ||
36 | ;; will be copied to the generated file (NOTE: generation is not yet | ||
37 | ;; implemented) | ||
38 | ;; | ||
39 | ;; A * in the choices list will allow an empty entry. | ||
40 | ;; An empty question will set the default if the dependencies are | ||
41 | ;; satisfied. | ||
42 | ;; | ||
43 | ;; ; denotes a commented out option. | ||
44 | ;; Any options added to OpenSim.ini.example should be initially commented | ||
45 | ;; out. | ||
46 | |||
47 | |||
48 | [Const] | ||
49 | ; this section defines constants for grid services | ||
50 | ; to simplify other configuration files default settings | ||
51 | 3 | ||
52 | ;# {BaseHostname} {} {BaseHostname} {"example.com" "127.0.0.1"} "127.0.0.1" | ||
53 | BaseHostname = "127.0.0.1" | ||
54 | 4 | ||
55 | ;# {BaseURL} {} {BaseURL} {"http://${Const|BaseHostname}} "http://${Const|BaseHostname}" | 5 | [Includes] |
56 | BaseURL = http://${Const|BaseHostname} | 6 | ; Define your server specific constants in this file. |
7 | Include-Common = ../../config/config.ini | ||
57 | 8 | ||
58 | ; If you run a grid, several services should not be availble to world, access to them should be blocked on firewall | ||
59 | ; PrivatePort should closed at the firewall. | ||
60 | |||
61 | ;# {PublicPort} {} {PublicPort} {8002 9000} "8002" | ||
62 | PublicPort = "8002" | ||
63 | |||
64 | ; you can also have them on a diferent url / IP | ||
65 | ;# {PrivURL} {} {PrivURL} {"http://${Const|BaseURL}} "${Const|BaseURL}" | ||
66 | PrivURL = ${Const|BaseURL} | ||
67 | |||
68 | ;grid default private port 8003, not used in standalone | ||
69 | ;# {PrivatePort} {} {PrivatePort} {8003} "8003" | ||
70 | ; port to access private grid services. | ||
71 | ; grids that run all their regions should deny access to this port | ||
72 | ; from outside their networks, using firewalls | ||
73 | PrivatePort = "8003" | ||
74 | 9 | ||
75 | [Startup] | 10 | [Startup] |
76 | ;# {ConsolePrompt} {} {ConsolePrompt} {} "Region (\R) " | 11 | ;# {ConsolePrompt} {} {ConsolePrompt} {} "Region (\R) " |
@@ -753,12 +688,6 @@ | |||
753 | ;; This applies to both core groups module. | 688 | ;; This applies to both core groups module. |
754 | ; ForwardOfflineGroupMessages = true | 689 | ; ForwardOfflineGroupMessages = true |
755 | 690 | ||
756 | |||
757 | [BulletSim] | ||
758 | ;# {AvatarToAvatarCollisionsByDefault} {[Startup]physics:BulletSim} {Should avatars collide with each other?} {true false} true | ||
759 | AvatarToAvatarCollisionsByDefault = true | ||
760 | |||
761 | |||
762 | [ODEPhysicsSettings] | 691 | [ODEPhysicsSettings] |
763 | ;# {mesh_sculpted_prim} {[Startup]physics:OpenDynamicsEngine} {Mesh sculpties so they collide as they look?} {true false} true | 692 | ;# {mesh_sculpted_prim} {[Startup]physics:OpenDynamicsEngine} {Mesh sculpties so they collide as they look?} {true false} true |
764 | ;; Do we want to mesh sculpted prim to collide like they look? | 693 | ;; Do we want to mesh sculpted prim to collide like they look? |
@@ -767,6 +696,10 @@ | |||
767 | ;; then you might want to try setting this to false. | 696 | ;; then you might want to try setting this to false. |
768 | ; mesh_sculpted_prim = true | 697 | ; mesh_sculpted_prim = true |
769 | 698 | ||
699 | [BulletSim] | ||
700 | ;# {AvatarToAvatarCollisionsByDefault} {[Startup]physics:BulletSim} {Should avatars collide with each other?} {true false} true | ||
701 | AvatarToAvatarCollisionsByDefault = true | ||
702 | |||
770 | [RemoteAdmin] | 703 | [RemoteAdmin] |
771 | ;; This is the remote admin module, which uses XMLRPC requests to | 704 | ;; This is the remote admin module, which uses XMLRPC requests to |
772 | ;; manage regions from a web interface. | 705 | ;; manage regions from a web interface. |