aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/config_IG.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/config_IG.ini')
-rw-r--r--bin/config-include/config_IG.ini105
1 files changed, 105 insertions, 0 deletions
diff --git a/bin/config-include/config_IG.ini b/bin/config-include/config_IG.ini
new file mode 100644
index 0000000..bd809bf
--- /dev/null
+++ b/bin/config-include/config_IG.ini
@@ -0,0 +1,105 @@
1; The Const section allows us to define some basic information that we
2; will use throughout our configuration. We will provide examples for
3; setting the base url of the ROBUST server and the public and private ports
4; it uses. Changing the values of the constants will set the operating
5; parameters thoughout the configuration. Other constants that may prove
6; to be useful may be added to the followin section. They may be
7; referenced anywhere in the configuration by using ${Const|Name}. One
8; such use is providing a base path for setting locations that ROBUST
9; uses to write data.
10
11; Also put grid specific stuff here.
12
13
14[Paths]
15 AssetsPath = "../../AssetFiles"
16 BackupPath = "../../backups"
17 CachePath = "../../caches"
18 ConfigPath = "../../config"
19 DbPath = "../../db"
20 LogPath = "../../logs"
21 WebPath = "../../web"
22
23[Const]
24 MOTD = "onefang needs a little coding or sysadmin work to keep IG going. Please help me find some."
25
26 GridName = "Infinite Grid"
27 ShortGridName = "IG"
28
29 ; For a grid these will usually be the externally accessible IP/DNS
30 ; name and use default public port 8002 and default private port 8003
31 ; For a standalone this will usually be the externally accessible IP/DNS
32 ; name and use default public port 9000. The private port is not used
33 ; in the configuration for a standalone.
34 BaseHostname = "http://grid.infinitegrid.org"
35 HostName = "grid.infinitegrid.org"
36 BaseURL = ${Const|BaseHostname}
37 GridURL = ${Const|BaseHostname}
38 SSLURL = "https://${Const|HostName}"
39
40 PublicPort = "8002"
41 PrivatePort = "8003"
42 PublicSSLPort = "8443"
43
44 ; The public port of the ROBUST asset server, which might be different.
45 AssetServerPort = "8003"
46
47 ; Database credentials.
48 DataProvider = "OpenSim.Data.MySQL.dll"
49 ConnectionString = "Data Source=MYSQL_HOST;Database=MYSQL_DB;User ID=MYSQL_USER;Password=MYSQL_PASSWORD;Old Guids=true;"
50
51[AuthorizationService]
52 DefaultRegionAccess = "DisallowForeigners"
53 ; If you have regions with access restrictions
54 ; specify them here using the convention
55 ; Region_<Region_Name> = <flags>
56 ; Valid flags are:
57 ; DisallowForeigners -- HG visitors not allowed
58 ; DisallowResidents -- only Admins and Managers allowed
59 ; None -- No restrictions.
60
61 Region_Kellietown = "None"
62 Region_Sandbox = "None"
63 Region_Welcome = "None"
64
65[Groups]
66 AddDefaultGroup = "Infinite Grid chat|Infinite Grid support"
67 AddHGDefaultGroup_misfitzgrid.com = "Infinite Grid support"
68
69[Permissions]
70 region_owner_is_god = true
71 region_manager_is_god = true
72 parcel_owner_is_god = false
73
74[GodNames]
75 Enabled = true
76 FullNames = "Infinite BootsFang,Infinite Crush,infinite onefang,Infinite Riseon"
77 FirstNames = "Infinite,infinite"
78; Surnames = "Kryztlsk"
79
80[GridService]
81 Region_Welcome = "DefaultRegion, FallbackRegion, Persistent"
82 Region_Sandbox = "DefaultRegion, FallbackRegion, Persistent"
83 Region_Kellietown = "DefaultRegion, FallbackRegion, Persistent"
84
85[GridInfoService]
86 ; login page: optional: if it exists it will be used to tell the client to use
87 ; this as splash page
88 welcome = ${Const|BaseURL}/drupal/loginpage
89
90 ; helper uri: optional: if it exists it will be used to tell the client to use
91 ; this for all economy related things
92 ;economy = ${Const|BaseURL}/economy
93
94 ; web page of grid: optional: page providing further information about your grid
95 about = ${Const|BaseURL}/drupal/
96
97 ; account creation: optional: page providing further information about obtaining
98 ; a user account on your grid
99 register = ${Const|BaseURL}/drupal/content/How_to_join
100
101 ; help: optional: page providing further assistance for users of your grid
102 help = ${Const|BaseURL}/drupal/Tags/help
103
104 ; password help: optional: page providing password assistance for users of your grid
105 password = ${Const|BaseURL}/drupal