RegionConfig.ini.example 882 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ; * This file must be renamed to RegionConfig.ini and moved to the Regions/
  2. ; * subdirectory to work!
  3. ; *
  4. ; * You can put multiple regions into one file or make one file per region
  5. ; * The section name is the region name
  6. ; *
  7. [Default Region]
  8. ; *
  9. ; * You MUST change this! It will NOT be done for you!
  10. ; *
  11. RegionUUID = "11111111-2222-3333-4444-555555555555"
  12. Location = "1000,1000"
  13. InternalAddress = "127.0.0.1"
  14. InternalPort = 9000
  15. AllowAlternatePorts = False
  16. ExternalHostName = "SYSTEMIP"
  17. ; *
  18. ; * Prim data
  19. ; * This allows limiting the sizes of prims and the region prim count
  20. ; *
  21. ; NonphysicalPrimMax = 256
  22. ; PhysicalPrimMax = 10
  23. ; ClampPrimSize = False
  24. ; MaxPrims = 15000
  25. ; MaxAgents = 100
  26. ; *
  27. ; * Multi-Tenancy. Only set if needed
  28. ; *
  29. ; ScopeID = "00000000-0000-0000-0000-000000000000"
  30. ; *
  31. ; * Product name (used in search from viewer 1.23
  32. ; *
  33. ; RegionType = "Mainland"