aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/config_MG.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/config_MG.ini')
-rw-r--r--bin/config-include/config_MG.ini172
1 files changed, 172 insertions, 0 deletions
diff --git a/bin/config-include/config_MG.ini b/bin/config-include/config_MG.ini
new file mode 100644
index 0000000..4f675d7
--- /dev/null
+++ b/bin/config-include/config_MG.ini
@@ -0,0 +1,172 @@
1 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 DbPath = "../../db"
19 LogPath = "../../logs"
20
21
22[Const]
23 MOTD = "All of the World is a Stage, and Everyone's a Critic."
24
25 GridName = "Misfitz Grid"
26 ShortGridName = "MG"
27
28 ; For a grid these will usually be the externally accessible IP/DNS
29 ; name and use default public port 8002 and default private port 8003
30 ; For a standalone this will usually be the externally accessible IP/DNS
31 ; name and use default public port 9000. The private port is not used
32 ; in the configuration for a standalone.
33 BaseHostname = "http://misfitzgrid.com"
34 HostName = "misfitzgrid.com"
35 BaseURL = ${Const|BaseHostname}
36 GridURL = ${Const|BaseHostname}
37
38 PublicPort = "8002"
39 PrivatePort = "8003"
40
41 ; The public port of the ROBUST asset server, which might be different.
42 AssetServerPort = "8003"
43
44 ; Database credentials.
45 DataProvider = "OpenSim.Data.MySQL.dll"
46 ConnectionString = "Data Source=MYSQL_HOST;Database=MYSQL_DB;User ID=MYSQL_USER;Password=MYSQL_PASSWORD;Old Guids=true;"
47
48 ; jOpenSim URL
49 jOpensimURL = "http://misfitzgrid.com/members"
50
51
52[Network]
53 ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {}
54 ;; Hostname to use in llRequestURL/llRequestSecureURL
55 ;; if not defined - llRequestURL/llRequestSecureURL are disabled
56 ExternalHostNameForLSL = "server2.misfitzgrid.com"
57
58
59[Messaging]
60 ;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule "Offline Message Module V2" *}
61 ;; Module to handle offline messaging. The core module requires an external
62 ;; web service to do this. See OpenSim wiki.
63 OfflineMessageModule = OfflineMessageModule
64 ;; Or, alternatively, use this one, which works for both standalones and grids
65 ; OfflineMessageModule = "Offline Message Module V2"
66
67 ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {}
68 ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim.
69 ; OfflineMessageURL = ${Const|BaseURL}/Offline.php
70 OfflineMessageURL = ${Const|jOpensimURL}/components/com_opensim/interface.php
71
72
73[DataSnapshot]
74 ;# {index_sims} {} {Enable data snapshotting (search)?} {true false} false
75 ;; The following set of configs pertains to search.
76 ;; Set index_sims to true to enable search engines to index your
77 ;; searchable data.
78 ;; If false, no data will be exposed, DataSnapshot module will be off,
79 ;; and you can ignore the rest of these search-related configs.
80 index_sims = true
81
82 ;# {data_exposure} {index_sims:true} {How much data should be exposed?} {minimum all} minimum
83 ;; The variable data_exposure controls what the regions expose:
84 ;; minimum: exposes only things explicitly marked for search
85 ;; all: exposes everything
86 data_exposure = all
87
88 ;; [Supported, but obsolete]
89 ;# {data_services} {index_sims:true} {Data service URLs to register with?} {} http://metaverseink.com/cgi-bin/register.py
90 ; This semicolon-separated string serves to notify specific data services
91 ; about the existence of this sim. Uncomment if you want to index your
92 ; data with this and/or other search providers.
93 data_services="${Const|jOpensimURL}/components/com_opensim/registersearch.php"
94
95
96[Groups]
97 ;# {SecretKey} {ServicesConnectorModule:Groups Remote Service Connector} {Secret key between sim and remote group service} {} ""
98 ;; Used for V2 in Remote only.
99 SecretKey = "Kensentm3"
100
101
102[Search]
103 SearchURL = ${Const|jOpensimURL}/components/com_opensim/interface.php
104
105
106[AuthorizationService]
107 ; If you have regions with access restrictions
108 ; specify them here using the convention
109 ; Region_<Region_Name> = <flags>
110 ; Valid flags are:
111 ; DisallowForeigners -- HG visitors not allowed
112 ; DisallowResidents -- only Admins and Managers allowed
113 ; Example:
114 Region_Amazonas = "DisallowForeigners"
115 Region_Andros = "DisallowForeigners"
116 Region_Archangel = "DisallowForeigners"
117 Region_Blue_Moon = "DisallowForeigners"
118 Region_Blue_Water = "DisallowForeigners"
119 Region_Boiboi = "DisallowForeigners"
120; Region_Castaway_Cay = "DisallowForeigners"
121 Region_Chen = "DisallowForeigners"
122 Region_Coruscant = "DisallowForeigners"
123 Region_Firefly = "DisallowForeigners"
124 Region_Haystack1 = "DisallowForeigners"
125 Region_Haystack2 = "DisallowForeigners"
126 Region_Isle_of_Beast = "DisallowForeigners"
127 Region_JaimieVille = "DisallowForeigners"
128 Region_Kikai_Gaki = "DisallowForeigners"
129 Region_KW1 = "DisallowForeigners"
130 Region_Lioneart = "DisallowForeigners"
131 Region_Lyra = "DisallowForeigners"
132 Region_MisFitz_Fairground = "DisallowForeigners"
133 Region_MisFitz_Residential_1 = "DisallowForeigners"
134 Region_MisFitz_Residential_2 = "DisallowForeigners"
135 Region_MisFitz_Sandbox = "DisallowForeigners"
136 Region_Neo_Kidopolis = "DisallowForeigners"
137 Region_Neverland = "DisallowForeigners"
138 Region_Ningaloo = "DisallowForeigners"
139 Region_Northland = "DisallowForeigners"
140 Region_Nucleus = "DisallowForeigners"
141 Region_Oreo_World = "DisallowForeigners"
142 Region_Parts_unKnown = "DisallowForeigners"
143 Region_Raja_Ampat = "DisallowForeigners"
144 Region_Red_Sea = "DisallowForeigners"
145 Region_Serenity = "DisallowForeigners"
146 Region_Silversmoke_Estate = "DisallowForeigners"
147 Region_SkyTec = "DisallowForeigners"
148 Region_Star_Dream = "DisallowForeigners"
149 Region_STS-Sandbox = "DisallowForeigners"
150 Region_Sweetland = "DisallowForeigners"
151 Region_Taboo_Too = "DisallowForeigners"
152 Region_TheExpanse = "DisallowForeigners"
153 Region_Ubercity = "DisallowForeigners"
154 Region_Undercity = "DisallowForeigners"
155 Region_White_Harbor = "DisallowForeigners"
156 Region_Traumland = "DisallowForeigners"
157 Region_Crazy_Family = "DisallowForeigners"
158 Region_Moonland = "DisallowForeigners"
159 Region_Lost_Mittens = "DisallowForeigners"
160 Region_The_Dugout = "DisallowForeigners"
161 Region_The_Sandlot = "DisallowForeigners"
162 Region_Wild_Shadow_Bay = "DisallowForeigners"
163 Region_Recreational_Hazard = "DisallowForeigners"
164
165
166[Profile]
167
168 ProfileServiceURL = ${Const|jOpensimURL}/components/com_opensim/interface.php
169 Module = "jOpenSimProfile"
170
171 ; Optional:
172 Debug = true