clockwerk-opensim-config – Blame information for rev 9

Subversion Repositories:
Rev:
Rev Author Line No. Line
9 vero 1 ; This is the main configuration file for an instance of OpenSim running in grid mode
2  
3 [DatabaseService]
4 ;
5 ; ### Choose the DB
6 ;
7  
8 ; SQLite
9 Include-Storage = "config-include/storage/SQLiteStandalone.ini";
10  
11 ; MySql
12 ; Uncomment these lines if you want to use mysql storage
13 ; Change the connection string to your db details
14 ;StorageProvider = "OpenSim.Data.MySQL.dll"
15 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
16 ; Uncomment this line if you are using MySQL and want to use a different database for estates
17 ; The usual application for this is to allow estates to be spread out across multiple simulators by share the same database.
18 ; Most people won't need to do this so only uncomment if you know what you're doing.
19 ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
20  
21 ; MSSQL
22 ; Uncomment these lines if you want to use MSSQL storage
23 ; Change the connection string to your db details
24 ; The value for server property is shown in your SQL Server Management Studio login dialog.
25 ; (This sample is the default of express edition)
26 ;StorageProvider = "OpenSim.Data.MSSQL.dll"
27 ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"
28  
29 [Hypergrid]
30 ; Uncomment the variables in this section only if you are in
31 ; Hypergrid configuration. Otherwise, ignore.
32  
33 ;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
34 ;; If this is a standalone world, this is the address of this instance.
35 ;; If this is a grided simulator, this is the address of the external robust server that
36 ;; runs the UserAgentsService.
37 ;; For example http://myworld.com:9000 or http://myworld.com:8002
38 ;; This is a default that can be overwritten in some sections.
39 ; HomeURI = "http://127.0.0.1:9000"
40  
41 ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
42 ;; If this is a standalone world, this is the address of this instance.
43 ;; If this is a grided simulator, this is the address of the external robust server
44 ;; that runs the Gatekeeper service.
45 ;; For example http://myworld.com:9000 or http://myworld.com:8002
46 ;; This is a default that can be overwritten in some sections.
47 ; GatekeeperURI = "http://127.0.0.1:9000"
48  
49 [Modules]
50 ;; Choose one cache module and the corresponding config file, if it exists.
51 ;; Copy the config .example file into your own .ini file and adapt that.
52 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
53  
54 AssetCaching = "FlotsamAssetCache"
55 Include-FlotsamCache = "config-include/FlotsamCache.ini"
56  
57 ;AssetCaching = "CenomeMemoryAssetCache"
58 ;Include-CenomeCache = "config-include/CenomeCache.ini"
59  
60 ;AssetCaching = "GlynnTuckerAssetCache"
61  
62 ;; Optionally, the port for the LLProxyLoginModule module can be changed
63 ;Setup_LLProxyLoginModule = "9090/"
64  
65 ;; Authorization is not on by default, as it depends on external php
66 ;AuthorizationServices = "RemoteAuthorizationServicesConnector"
67  
68 [AssetService]
69 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
70 AssetLoaderArgs = "assets/AssetSets.xml"
71  
72 ;
73 ; Change this to your grid-wide asset server. Do not add a slash to the end of any of these addresses.
74 ;
75 AssetServerURI = "http://mygridserver.com:8003"
76  
77 [InventoryService]
78 ;
79 ; Change this to your grid-wide inventory server
80 ;
81 InventoryServerURI = "http://mygridserver.com:8003"
82  
83 [GridInfo]
84 ;
85 ; Change this to your grid info service
86 ;
87 GridInfoURI = "http://mygridserver.com:8002"
88  
89 [GridService]
90 ;
91 ; Change this to your grid-wide grid server
92 ;
93 GridServerURI = "http://mygridserver.com:8003"
94 ;AllowHypergridMapSearch = true
95  
96 ;; Directory for map tile images of linked regions
97 ; MapTileDirectory = "./maptiles"
98  
99 ; === HG ONLY ===
100 ;; Change this to the address of your Gatekeeper service
101 ;; (usually bundled with the rest of the services in one
102 ;; Robust server in port 8002, but not always)
103 Gatekeeper="http://mygridserver.com:8002"
104  
105 [Messaging]
106 ; === HG ONLY ===
107 ;; Change this to the address of your Gatekeeper service
108 ;; (usually bundled with the rest of the services in one
109 ;; Robust server in port 8002, but not always)
110 Gatekeeper = "http://mygridserver.com:8002"
111  
112 [AvatarService]
113 ;
114 ; Change this to your grid-wide grid server
115 ;
116 AvatarServerURI = "http://mygridserver.com:8003"
117  
118 [PresenceService]
119 ;
120 ; Change this to your grid-wide presence server
121 ;
122 PresenceServerURI = "http://mygridserver.com:8003"
123  
124 [UserAccountService]
125 ;
126 ; Change this to your grid-wide user accounts server
127 ;
128 UserAccountServerURI = "http://mygridserver.com:8003"
129  
130 [GridUserService]
131 ;
132 ; Change this to your grid-wide user accounts server
133 ;
134 GridUserServerURI = "http://mygridserver.com:8003"
135  
136 [AuthenticationService]
137 ;
138 ; Change this to your grid-wide authentication server
139 ;
140 AuthenticationServerURI = "http://mygridserver.com:8003"
141  
142 [FriendsService]
143 ;
144 ; Change this to your grid-wide friends server
145 ;
146 FriendsServerURI = "http://mygridserver.com:8003"
147  
148 [HGInventoryAccessModule]
149 ;
150 ; === HG ONLY ===
151 ; Change this to your server
152 ; accessible from other grids
153 ;
154 HomeURI = "http://mygridserver.com:8002"
155 Gatekeeper = "http://mygridserver.com:8002"
156 ;; If you want to protect your assets from being copied by foreign visitors
157 ;; uncomment the next line. You may want to do this on sims that have licensed content.
158 ; OutboundPermission = False
159  
160 ;; Send visual reminder to local users that their inventories are unavailable while they are traveling
161 ;; and available when they return. True by default.
162 ;RestrictInventoryAccessAbroad = True
163  
164  
165 [HGAssetService]
166 ;
167 ; === HG ONLY ===
168 ; Change this to your server
169 ; accessible from other grids
170 ;
171 HomeURI = "http://mygridserver.com:8002"
172  
173 ;; The asset types that this grid can export to / import from other grids.
174 ;; Comma separated.
175 ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
176 ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
177 ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
178 ;;
179 ;; Leave blank or commented if you don't want to apply any restrictions.
180 ;; A more strict, but still reasonable, policy may be to disallow the exchange
181 ;; of scripts, like so:
182 ; DisallowExport ="LSLText"
183 ; DisallowImport ="LSLBytecode"
184  
185 [HGFriendsModule]
186 ; User level required to be able to send friendship invitations to foreign users
187 ;LevelHGFriends = 0;
188  
189 [UserAgentService]
190 ;
191 ; === HG ONLY ===
192 ; Change this to your user agent server (HG robust)
193 ;
194 UserAgentServerURI = "http://mygridserver.com:8002"
195  
196 [MapImageService]
197 MapImageServerURI = "http://mygridserver.com:8003"
198  
199 [AuthorizationService]
200 ; If you have regions with access restrictions
201 ; specify them here using the convention
202 ; Region_<Region_Name> = <flags>
203 ; Valid flags are:
204 ; DisallowForeigners -- HG visitors not allowed
205 ; DisallowResidents -- only Admins and Managers allowed
206 ; Example:
207 ; Region_Test_1 = "DisallowForeigners"
208  
209 ;; Uncomment if you are using SimianGrid for grid services
210 [SimianGrid]
211 ;; SimianGrid services URL
212 ;; SimianServiceURL = "http://grid.sciencesim.com/Grid/"
213  
214 ;; Capability assigned by the grid administrator for the simulator
215 ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000"