aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/config/sim_skeleton/ThisSim.ini
diff options
context:
space:
mode:
authoronefang2019-08-04 01:50:56 +1000
committeronefang2019-08-04 01:50:56 +1000
commitb6b38dd4206c35dec02edd7bbfd9a0545fc12df6 (patch)
tree7bccfb31c8eab8b571c15b895b7f18817aa9ee27 /example/config/sim_skeleton/ThisSim.ini
parentHypergridders have their full name in firstname, and their grid in lastname. ... (diff)
downloadopensim-SC_OLD-b6b38dd4206c35dec02edd7bbfd9a0545fc12df6.zip
opensim-SC_OLD-b6b38dd4206c35dec02edd7bbfd9a0545fc12df6.tar.gz
opensim-SC_OLD-b6b38dd4206c35dec02edd7bbfd9a0545fc12df6.tar.bz2
opensim-SC_OLD-b6b38dd4206c35dec02edd7bbfd9a0545fc12df6.tar.xz
Tweaking create_sim.
ExternalHostName = "${Const|HostName}" Move size to the third argument.
Diffstat (limited to '')
-rw-r--r--example/config/sim_skeleton/ThisSim.ini13
1 files changed, 11 insertions, 2 deletions
diff --git a/example/config/sim_skeleton/ThisSim.ini b/example/config/sim_skeleton/ThisSim.ini
index 5c11ef0..db3cf94 100644
--- a/example/config/sim_skeleton/ThisSim.ini
+++ b/example/config/sim_skeleton/ThisSim.ini
@@ -14,7 +14,7 @@
14 InternalAddress = "SIM_IP" 14 InternalAddress = "SIM_IP"
15 InternalPort = "SIM_INT_PORT" 15 InternalPort = "SIM_INT_PORT"
16 AllowAlternatePorts = False 16 AllowAlternatePorts = False
17 ExternalHostName = "SIM_URL" 17 ExternalHostName = "${Const|HostName}"
18 RegionType = "private sim" 18 RegionType = "private sim"
19 SizeX = SIM_SIZE 19 SizeX = SIM_SIZE
20 SizeY = SIM_SIZE 20 SizeY = SIM_SIZE
@@ -22,9 +22,18 @@
22 MaxAgents = 100 22 MaxAgents = 100
23 MaxPrims = 45000 23 MaxPrims = 45000
24 PhysicalPrimMax = 640 24 PhysicalPrimMax = 640
25 NonphysicalPrimMax = 2560 25 NonPhysicalPrimMax = 2560
26 ClampPrimSize = False 26 ClampPrimSize = False
27 MaptileStaticUUID = "00000000-0000-0000-0000-000000000000" 27 MaptileStaticUUID = "00000000-0000-0000-0000-000000000000"
28 ; NonPhysicalPrimMin = 0
29 ; PhysicalPrimMin = 0
30 ; MaxPrimsPerUser = -1
31 ; LinksetPrims = 0
32 ; DefaultLanding = "<128, 128, 30>"
33 ; MaptileStaticFile = ""
34 ; ScopeID = "00000000-0000-0000-0000-000000000000"
35 ; Datastore = ""
36 ; ResolveAddress = ""
28 37
29[Network] 38[Network]
30 http_listener_port = SIM_PORT 39 http_listener_port = SIM_PORT