aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/RegionConfig.ini.example
blob: 8d833df48edd1ac6b93c3d73d8a754f168857d3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
; * 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"

; *
; * Master avatar stuff. Set either a UUID (from OSGrid or your server)
; * OR a first and last name. Password is only needed for sandbox mode
; * The default assigns no master avatar
; *

MasterAvatarUUID = "00000000-0000-0000-0000-000000000000"
; MasterAvatarFirstName = ""
; MasterAvatarLastName = ""
; MasterAvatarSandboxPassword = ""

; *
; * Prim data
; * This allows limiting the sizes of prims and the region prim count
; *

; NonphysicalPrimMax = 256
; PhysicalPrimMax = 10
; ClampPrimSize = False
; MaxPrims = 15000

; *
; * Multi-Tenancy. Only set if needed
; *

; ScopeID = "00000000-0000-0000-0000-000000000000"

; *
; * Product name (used in search from viewer 1.23
; *

; RegionType = "Mainland"