diff options
Diffstat (limited to 'bin/config-include/extra_MG.ini')
-rw-r--r-- | bin/config-include/extra_MG.ini | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/bin/config-include/extra_MG.ini b/bin/config-include/extra_MG.ini new file mode 100644 index 0000000..a811d54 --- /dev/null +++ b/bin/config-include/extra_MG.ini | |||
@@ -0,0 +1,51 @@ | |||
1 | [Network] | ||
2 | ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {} | ||
3 | ;; Hostname to use in llRequestURL/llRequestSecureURL | ||
4 | ;; if not defined - llRequestURL/llRequestSecureURL are disabled | ||
5 | ExternalHostNameForLSL = "server2.misfitzgrid.com" | ||
6 | |||
7 | [Messaging] | ||
8 | ;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule "Offline Message Module V2" *} | ||
9 | ;; Module to handle offline messaging. The core module requires an external | ||
10 | ;; web service to do this. See OpenSim wiki. | ||
11 | OfflineMessageModule = OfflineMessageModule | ||
12 | ;; Or, alternatively, use this one, which works for both standalones and grids | ||
13 | ; OfflineMessageModule = "Offline Message Module V2" | ||
14 | |||
15 | ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {} | ||
16 | ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim. | ||
17 | ; OfflineMessageURL = ${Const|BaseURL}/Offline.php | ||
18 | OfflineMessageURL = ${Const|jOpensimURL}/components/com_opensim/interface.php | ||
19 | |||
20 | [DataSnapshot] | ||
21 | ;# {index_sims} {} {Enable data snapshotting (search)?} {true false} false | ||
22 | ;; The following set of configs pertains to search. | ||
23 | ;; Set index_sims to true to enable search engines to index your | ||
24 | ;; searchable data. | ||
25 | ;; If false, no data will be exposed, DataSnapshot module will be off, | ||
26 | ;; and you can ignore the rest of these search-related configs. | ||
27 | index_sims = true | ||
28 | |||
29 | ;# {data_exposure} {index_sims:true} {How much data should be exposed?} {minimum all} minimum | ||
30 | ;; The variable data_exposure controls what the regions expose: | ||
31 | ;; minimum: exposes only things explicitly marked for search | ||
32 | ;; all: exposes everything | ||
33 | data_exposure = all | ||
34 | |||
35 | ;; [Supported, but obsolete] | ||
36 | ;# {data_services} {index_sims:true} {Data service URLs to register with?} {} http://metaverseink.com/cgi-bin/register.py | ||
37 | ; This semicolon-separated string serves to notify specific data services | ||
38 | ; about the existence of this sim. Uncomment if you want to index your | ||
39 | ; data with this and/or other search providers. | ||
40 | data_services="${Const|jOpensimURL}/components/com_opensim/registersearch.php" | ||
41 | |||
42 | [Search] | ||
43 | SearchURL = ${Const|jOpensimURL}/components/com_opensim/interface.php | ||
44 | |||
45 | [Profile] | ||
46 | |||
47 | ProfileServiceURL = ${Const|jOpensimURL}/components/com_opensim/interface.php | ||
48 | Module = "jOpenSimProfile" | ||
49 | |||
50 | ; Optional: | ||
51 | Debug = true | ||