Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  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.  
  8. [Kat's Place]
  9.  
  10. ; *
  11. ; * You MUST change this! It will NOT be done for you!
  12. ; *
  13.  
  14. RegionUUID = "88c7ddd0-e238-11df-85ca-0800200c9a66"
  15.  
  16. Location = "10012,10007"
  17. InternalAddress = "69.61.68.29"
  18. InternalPort = 9000
  19. AllowAlternatePorts = False
  20. ExternalHostName = "grid.telegraphconnect.com"
  21.  
  22. ; *
  23. ; * Prim data
  24. ; * This allows limiting the sizes of prims and the region prim count
  25. ; *
  26.  
  27. ; NonphysicalPrimMax = 256
  28. ; PhysicalPrimMax = 10
  29. ; ClampPrimSize = False
  30. ; MaxPrims = 15000
  31.  
  32. ; *
  33. ; * Multi-Tenancy. Only set if needed
  34. ; *
  35.  
  36. ; ScopeID = "00000000-0000-0000-0000-000000000000"
  37.  
  38. ; *
  39. ; * Product name (used in search from viewer 1.23
  40. ; *
  41.  
  42. ; RegionType = "Mainland"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement