Regions.ini.example 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ; * This is an example region config file.
  2. ; *
  3. ; * If OpenSimulator is started up without any regions, it will ask you configuration questions to generate a Regions.ini file for you.
  4. ; * So there is no need to change this file directly, it is only for reference.
  5. ; * However, if you prefer you can also copy this file to Regions.ini and appropriately change the parameters below.
  6. ; * Only files ending with .ini and .xml in this directly will be loaded by OpenSimulator.
  7. ; *
  8. ; * You can multiple regions into one file or make one file per region
  9. ; * The section name is the region name
  10. ; *
  11. [Default Region]
  12. ; *
  13. ; * You MUST change this! It will NOT be done for you!
  14. ; *
  15. RegionUUID = "11111111-2222-3333-4444-555555555555"
  16. Location = "1000,1000"
  17. InternalAddress = "127.0.0.1"
  18. InternalPort = 9000
  19. AllowAlternatePorts = False
  20. ExternalHostName = "SYSTEMIP"
  21. ; *
  22. ; * Prim data
  23. ; * This allows limiting the sizes of prims and the region prim count
  24. ; *
  25. ; NonphysicalPrimMax = 256
  26. ; PhysicalPrimMax = 10
  27. ; ClampPrimSize = False
  28. ; MaxPrims = 15000
  29. ; MaxAgents = 100
  30. ; *
  31. ; * Multi-Tenancy. Only set if needed
  32. ; *
  33. ; ScopeID = "00000000-0000-0000-0000-000000000000"
  34. ; *
  35. ; * Product name (used in search from viewer 1.23
  36. ; *
  37. ; RegionType = "Mainland"