aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/config_IG.ini
blob: 186f7289169ca35ad0f7e93ab94997af1314c6b2 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
; The Const section allows us to define some basic information that we
; will use throughout our configuration. We will provide examples for 
; setting the base url of the ROBUST server and the public and private ports
; it uses.  Changing the values of the constants will set the operating
; parameters thoughout the configuration.  Other constants that may prove
; to be useful may be added to the followin section.  They may be 
; referenced anywhere in the configuration by using ${Const|Name}.  One
; such use is providing a base path for setting locations that ROBUST
; uses to write data.

; Also put grid specific stuff here.


[Paths]
    AssetsPath = "../../AssetFiles"
    BackupPath = "../../backups"
    CachePath = "../../caches"
    ConfigPath = "../../config"
    DbPath = "../../db"
    LogPath = "../../logs"
    WebPath = "../../web"

[Const]
    MOTD = "onefang needs a little coding or sysadmin work to keep IG going.  Please help me find some."

    GridName = "Infinite Grid"
    ShortGridName = "IG"

    ; For a grid these will usually be the externally accessible IP/DNS
    ; name and use default public port 8002 and default private port 8003
    ; For a standalone this will usually be the externally accessible IP/DNS
    ; name and use default public port 9000. The private port is not used
    ; in the configuration for a standalone.
    BaseHostname = "http://grid.infinitegrid.org"
    HostName = "grid.infinitegrid.org"
    BaseURL = ${Const|BaseHostname}
    GridURL = ${Const|BaseHostname}

    PublicPort = "8002"
    PrivatePort = "8003"

    ; The public port of the ROBUST asset server, which might be different.
    AssetServerPort = "8003"

    ; Database credentials.
    DataProvider = "OpenSim.Data.MySQL.dll"
    ConnectionString = "Data Source=MYSQL_HOST;Database=MYSQL_DB;User ID=MYSQL_USER;Password=MYSQL_PASSWORD;Old Guids=true;"

[AuthorizationService]
    DefaultRegionAccess = "DisallowForeigners"
    ; If you have regions with access restrictions
    ; specify them here using the convention
    ; Region_<Region_Name> = <flags>
    ; Valid flags are:
    ; DisallowForeigners -- HG visitors not allowed
    ; DisallowResidents -- only Admins and Managers allowed
    ; None -- No restrictions.

    Region_Kellietown = "None"
    Region_Sandbox = "None"
    Region_Welcome = "None"

[Groups]
    AddDefaultGroup = "Infinite Grid chat|Infinite Grid support"
    AddHGDefaultGroup_misfitzgrid.com = "Infinite Grid support"

[Permissions]
   region_owner_is_god = true
   region_manager_is_god = true
   parcel_owner_is_god = false

[GodNames]
	Enabled = true
	FullNames = "Infinite BootsFang,Infinite Crush,infinite onefang,Infinite Riseon"
	FirstNames = "Infinite,infinite"
;	Surnames = "Kryztlsk"

[GridService]
    Region_Welcome            = "DefaultRegion, FallbackRegion, Persistent"
    Region_Sandbox            = "DefaultRegion, FallbackRegion, Persistent"
    Region_Kellietown         = "DefaultRegion, FallbackRegion, Persistent"

[GridInfoService]
    ; login page: optional: if it exists it will be used to tell the client to use
    ;                       this as splash page
    welcome = ${Const|BaseURL}/drupal/loginpage

    ; helper uri: optional: if it exists it will be used to tell the client to use
    ;                       this for all economy related things
    ;economy = ${Const|BaseURL}/economy

    ; web page of grid: optional: page providing further information about your grid
    about = ${Const|BaseURL}/drupal/

    ; account creation: optional: page providing further information about obtaining
    ;                             a user account on your grid
    register = ${Const|BaseURL}/drupal/content/How_to_join

    ; help: optional: page providing further assistance for users of your grid
    help = ${Const|BaseURL}/drupal/Tags/help

    ; password help: optional: page providing password assistance for users of your grid
    password = ${Const|BaseURL}/drupal