blob: cbaa3ebae34483230397c6e79f7867e7df2680da (
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
|
[Const]
mysim="SIM_NUMBER"
[Startup]
PIDFile = "${Paths|CachePath}/sim${Const|mysim}.pid"
LogFile = "${Paths|LogPath}/OpenSim_sim${Const|mysim}.log"
ConsoleHistoryFile = "${Paths|LogPath}/OpenSimConsoleHistory_sim${Const|mysim}.txt"
[Region]
RegionName = "SIM_NAME"
RegionUUID = "SIM_UUID"
Location = "SIM_POS"
InternalAddress = "SIM_IP"
InternalPort = "SIM_INT_PORT"
AllowAlternatePorts = False
ExternalHostName = "SIM_URL"
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"
[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"
|