12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- ; * This file must be renamed to RegionConfig.ini and moved to the Regions/
- ; * subdirectory to work!
- ; *
- ; * You can put multiple regions into one file or make one file per region
- ; * The section name is the region name
- ; *
- [Default Region]
- ; *
- ; * You MUST change this! It will NOT be done for you!
- ; *
- RegionUUID = "11111111-2222-3333-4444-555555555555"
- Location = "1000,1000"
- InternalAddress = "127.0.0.1"
- InternalPort = 9000
- AllowAlternatePorts = False
- ExternalHostName = "SYSTEMIP"
- ; *
- ; * Prim data
- ; * This allows limiting the sizes of prims and the region prim count
- ; *
- ; NonphysicalPrimMax = 256
- ; PhysicalPrimMax = 10
- ; ClampPrimSize = False
- ; MaxPrims = 15000
- ; MaxAgents = 100
- ; *
- ; * Multi-Tenancy. Only set if needed
- ; *
- ; ScopeID = "00000000-0000-0000-0000-000000000000"
- ; *
- ; * Product name (used in search from viewer 1.23
- ; *
- ; RegionType = "Mainland"
|