blob: 44749bb9ef8abe770ffd132450b0f5ce8602e296 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
[Const]
mysim="SIM_NUMBER"
[Startup]
PIDFile = "${Paths|CachePath}/sim${Const|mysim}.pid"
LogFile = "${Paths|LogPath}/OpenSim_sim${Const|mysim}.log"
StatsLogFile = "${Paths|LogPath}/OpenSimStats_sim${Const|mysim}.log"
ConsoleHistoryFile = "${Paths|LogPath}/OpenSimConsoleHistory_sim${Const|mysim}.txt"
[Region]
RegionName = "SIM_NAME"
RegionUUID = "SIM_UUID"
Location = "SIM_POS"
InternalPort = "SIM_INT_PORT"
RegionType = "private sim"
SizeX = SIM_SIZE
SizeY = SIM_SIZE
SizeZ = 16384
MaxAgents = 100
MaxPrims = 45000
PhysicalPrimMax = 640
NonPhysicalPrimMax = 2560
ClampPrimSize = False
MaptileStaticUUID = "00000000-0000-0000-0000-000000000000"
; NonPhysicalPrimMin = 0
; PhysicalPrimMin = 0
; MaxPrimsPerUser = -1
; LinksetPrims = 0
; DefaultLanding = "<128, 128, 30>"
; MaptileStaticFile = ""
; ScopeID = "00000000-0000-0000-0000-000000000000"
; Datastore = ""
; ResolveAddress = ""
[Network]
http_listener_port = SIM_PORT
[Performance]
;; Select the performance characteristics of OpenSim.
; Include-Performance = "config-include/SimFast.ini"
Include-Performance = "config-include/SimBalanced.ini"
; Include-Performance = "config-include/SimDefault.ini"
; Include-Performance = "config-include/SimLean.ini"
|