RegionConfig.ini.example 864 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. ; *
  26. ; * Multi-Tenancy. Only set if needed
  27. ; *
  28. ; ScopeID = "00000000-0000-0000-0000-000000000000"
  29. ; *
  30. ; * Product name (used in search from viewer 1.23
  31. ; *
  32. ; RegionType = "Mainland"