From b6b38dd4206c35dec02edd7bbfd9a0545fc12df6 Mon Sep 17 00:00:00 2001
From: onefang
Date: Sun, 4 Aug 2019 01:50:56 +1000
Subject: Tweaking create_sim.

ExternalHostName = "${Const|HostName}"

Move size to the third argument.
---
 example/config/sim_skeleton/ThisSim.ini | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

(limited to 'example')

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 @@
     InternalAddress = "SIM_IP"
     InternalPort = "SIM_INT_PORT"
     AllowAlternatePorts = False
-    ExternalHostName = "SIM_URL"
+    ExternalHostName = "${Const|HostName}"
     RegionType = "private sim"
     SizeX = SIM_SIZE
     SizeY = SIM_SIZE
@@ -22,9 +22,18 @@
     MaxAgents = 100
     MaxPrims = 45000
     PhysicalPrimMax = 640
-    NonphysicalPrimMax = 2560
+    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
-- 
cgit v1.1