diff options
Diffstat (limited to 'bin/config.preview.donotuseyet-v2/defaults/region.ini.defaults')
-rw-r--r-- | bin/config.preview.donotuseyet-v2/defaults/region.ini.defaults | 130 |
1 files changed, 130 insertions, 0 deletions
diff --git a/bin/config.preview.donotuseyet-v2/defaults/region.ini.defaults b/bin/config.preview.donotuseyet-v2/defaults/region.ini.defaults new file mode 100644 index 0000000..9d61b1e --- /dev/null +++ b/bin/config.preview.donotuseyet-v2/defaults/region.ini.defaults | |||
@@ -0,0 +1,130 @@ | |||
1 | ; Region settings | ||
2 | |||
3 | |||
4 | [Chat] | ||
5 | ; Controls whether the chat module is enabled. Default is true. | ||
6 | enabled = true; | ||
7 | |||
8 | ; Distance in meters that whispers should travel. Default is 10m | ||
9 | whisper_distance = 10 | ||
10 | |||
11 | ; Distance in meters that ordinary chat should travel. Default is 30m | ||
12 | say_distance = 30 | ||
13 | |||
14 | ; Distance in meters that shouts should travel. Default is 100m | ||
15 | shout_distance = 100 | ||
16 | |||
17 | |||
18 | [Economy] | ||
19 | ; These economy values get used in the BetaGridLikeMoneyModule. - This module is for demonstration only - | ||
20 | ; In grid mode, use this currency XMLRPC server. Leave blank for normal functionality | ||
21 | CurrencyServer = "" | ||
22 | ; "http://192.168.1.127/currency.php" | ||
23 | |||
24 | ; In grid mode, this is the land XMLRPC server. Leave blank for normal functionality | ||
25 | LandServer = "" | ||
26 | ;"http://192.168.1.127/landtool.php" | ||
27 | |||
28 | ; 45000 is the highest value that the sim could possibly report because of protocol constraints | ||
29 | ObjectCapacity = 45000 | ||
30 | |||
31 | ; Money Unit fee to upload textures, animations etc | ||
32 | PriceUpload = 0 | ||
33 | |||
34 | ; Money Unit fee to create groups | ||
35 | PriceGroupCreate = 0 | ||
36 | |||
37 | ; This is the account Money goes to for fees. Remember, economy requires that money circulates somewhere... even if it's an upload fee | ||
38 | EconomyBaseAccount = 00000000-0000-0000-0000-000000000000 | ||
39 | |||
40 | ; This is the type of user that will pay fees. | ||
41 | ; Set this to 2 for users, estate managers and Estate Owners | ||
42 | ; Set this to 1 for Users and Estate Managers | ||
43 | ; Set this to 0 for Users only. | ||
44 | ; -1 disables | ||
45 | UserLevelPaysFees = -1 | ||
46 | |||
47 | ; Amount to give to user as a stipend | ||
48 | UserStipend = 1000 | ||
49 | |||
50 | ; When a user gets low on money units and logs off, then logs back on, issue a new stipend if they have less money units then this | ||
51 | ; amount. Be aware that the account money isn't stored anywhere so users will get a stipend if you restart the simulator | ||
52 | IssueStipendWhenClientIsBelowAmount = 10 | ||
53 | |||
54 | ; If this is true, the simulator will remember account balances until the simulator is shutdown or restarted. | ||
55 | KeepMoneyAcrossLogins = true | ||
56 | |||
57 | ; We don't really know what the rest of these values do. These get sent to the client | ||
58 | ; These taken from Agni at a Public Telehub. Change at your own risk. | ||
59 | ObjectCount = 0 | ||
60 | PriceEnergyUnit = 100 | ||
61 | PriceObjectClaim = 10 | ||
62 | PricePublicObjectDecay = 4 | ||
63 | PricePublicObjectDelete = 4 | ||
64 | PriceParcelClaim = 1 | ||
65 | PriceParcelClaimFactor = 1 | ||
66 | |||
67 | PriceRentLight = 5 | ||
68 | TeleportMinPrice = 2 | ||
69 | TeleportPriceExponent = 2 | ||
70 | EnergyEfficiency = 1 | ||
71 | PriceObjectRent = 1 | ||
72 | PriceObjectScaleFactor = 10 | ||
73 | PriceParcelRent = 1 | ||
74 | |||
75 | |||
76 | [Messaging] | ||
77 | ; Control which region module is used for instant messaging. | ||
78 | ; Default is InstantMessageModule (this is the name of the core IM module as well as the setting) | ||
79 | InstantMessageModule = InstantMessageModule | ||
80 | |||
81 | |||
82 | ; Uncomment the following to control the progression of daytime | ||
83 | ; in the Sim. The defaults are what is shown below | ||
84 | ;[Sun] | ||
85 | ; number of wall clock hours for an opensim day. 24.0 would mean realtime | ||
86 | ;day_length = 4 | ||
87 | ; Year length in days | ||
88 | ;year_length = 60 | ||
89 | ; Day to Night Ratio | ||
90 | ;day_night_offset = 0.45 | ||
91 | ; send a Sun update every update_interval # of frames. A lower number will | ||
92 | ; make for smoother sun transition at the cost of network | ||
93 | ;update_interval = 100 | ||
94 | |||
95 | |||
96 | [Trees] | ||
97 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | ||
98 | ; default is false | ||
99 | active_trees = false | ||
100 | |||
101 | ; Density of tree population | ||
102 | tree_density = 1000.0 | ||
103 | |||
104 | |||
105 | [Voice] | ||
106 | ; PLEASE NOTE that we don't have voice support in OpenSim quite yet - these configuration options are stubs | ||
107 | enabled = false | ||
108 | ; This is not supported by the SLViewer right now and | ||
109 | ; hardcoded within the SL Viewer. Maybe it will be | ||
110 | ; changed in future. :-) | ||
111 | account_management_server = https://www.bhr.vivox.com/api2 | ||
112 | ; Global SIP Server for conference calls | ||
113 | sip_domain = testserver.com | ||
114 | |||
115 | |||
116 | [AsteriskVoice] | ||
117 | ; PLEASE NOTE that we don't have voice support in OpenSim quite yet - these configuration options are stubs | ||
118 | enabled = false | ||
119 | ; SIP account server domain | ||
120 | sip_domain = testserver.com | ||
121 | ; SIP conf server domain | ||
122 | conf_domain = testserver.com | ||
123 | ; URL of the asterisk opensim frontend | ||
124 | asterisk_frontend = http://testserver.com:49153/ | ||
125 | ; password for the asterisk frontend XmlRpc calls | ||
126 | asterisk_password = bah-humbug | ||
127 | ; timeout for XmlRpc calls to asterisk front end (in ms) | ||
128 | asterisk_timeout = 3000 | ||
129 | ; salt for asterisk nonces | ||
130 | asterisk_salt = paluempalum | ||